home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / userbox / publicdomain / vim-4.2 / src / configure < prev    next >
Text File  |  1996-05-30  |  99KB  |  3,594 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.10 
  5. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14. ac_help="$ac_help
  15.   --with-x                use the X Window System"
  16. ac_help="$ac_help
  17.   --enable-gui            X11-Athena or Motif Graphical User Interface"
  18.  
  19. # Initialize some variables set by options.
  20. # The variables have the same names as the options, with
  21. # dashes changed to underlines.
  22. build=NONE
  23. cache_file=./config.cache
  24. exec_prefix=NONE
  25. host=NONE
  26. no_create=
  27. nonopt=NONE
  28. no_recursion=
  29. prefix=NONE
  30. program_prefix=NONE
  31. program_suffix=NONE
  32. program_transform_name=s,x,x,
  33. silent=
  34. site=
  35. srcdir=
  36. target=NONE
  37. verbose=
  38. x_includes=NONE
  39. x_libraries=NONE
  40. bindir='${exec_prefix}/bin'
  41. sbindir='${exec_prefix}/sbin'
  42. libexecdir='${exec_prefix}/libexec'
  43. datadir='${prefix}/share'
  44. sysconfdir='${prefix}/etc'
  45. sharedstatedir='${prefix}/com'
  46. localstatedir='${prefix}/var'
  47. libdir='${exec_prefix}/lib'
  48. includedir='${prefix}/include'
  49. oldincludedir='/usr/include'
  50. infodir='${prefix}/info'
  51. mandir='${prefix}/man'
  52.  
  53. # Initialize some other variables.
  54. subdirs=
  55. MFLAGS= MAKEFLAGS=
  56.  
  57. ac_prev=
  58. for ac_option
  59. do
  60.  
  61.   # If the previous option needs an argument, assign it.
  62.   if test -n "$ac_prev"; then
  63.     eval "$ac_prev=\$ac_option"
  64.     ac_prev=
  65.     continue
  66.   fi
  67.  
  68.   case "$ac_option" in
  69.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  70.   *) ac_optarg= ;;
  71.   esac
  72.  
  73.   # Accept the important Cygnus configure options, so we can diagnose typos.
  74.  
  75.   case "$ac_option" in
  76.  
  77.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  78.     ac_prev=bindir ;;
  79.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  80.     bindir="$ac_optarg" ;;
  81.  
  82.   -build | --build | --buil | --bui | --bu)
  83.     ac_prev=build ;;
  84.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  85.     build="$ac_optarg" ;;
  86.  
  87.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  88.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  89.     ac_prev=cache_file ;;
  90.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  91.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  92.     cache_file="$ac_optarg" ;;
  93.  
  94.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  95.     ac_prev=datadir ;;
  96.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  97.   | --da=*)
  98.     datadir="$ac_optarg" ;;
  99.  
  100.   -disable-* | --disable-*)
  101.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  102.     # Reject names that are not valid shell variable names.
  103.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  104.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  105.     fi
  106.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  107.     eval "enable_${ac_feature}=no" ;;
  108.  
  109.   -enable-* | --enable-*)
  110.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  111.     # Reject names that are not valid shell variable names.
  112.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  113.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  114.     fi
  115.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  116.     case "$ac_option" in
  117.       *=*) ;;
  118.       *) ac_optarg=yes ;;
  119.     esac
  120.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  121.  
  122.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  123.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  124.   | --exec | --exe | --ex)
  125.     ac_prev=exec_prefix ;;
  126.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  127.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  128.   | --exec=* | --exe=* | --ex=*)
  129.     exec_prefix="$ac_optarg" ;;
  130.  
  131.   -gas | --gas | --ga | --g)
  132.     # Obsolete; use --with-gas.
  133.     with_gas=yes ;;
  134.  
  135.   -help | --help | --hel | --he)
  136.     # Omit some internal or obsolete options to make the list less imposing.
  137.     # This message is too long to be a string in the A/UX 3.1 sh.
  138.     cat << EOF
  139. Usage: configure [options] [host]
  140. Options: [defaults in brackets after descriptions]
  141. Configuration:
  142.   --cache-file=FILE       cache test results in FILE
  143.   --help                  print this message
  144.   --no-create             do not create output files
  145.   --quiet, --silent       do not print \`checking...' messages
  146.   --version               print the version of autoconf that created configure
  147. Directory and file names:
  148.   --prefix=PREFIX         install architecture-independent files in PREFIX
  149.                           [$ac_default_prefix]
  150.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  151.                           [same as prefix]
  152.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  153.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  154.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  155.   --datadir=DIR           read-only architecture-independent data in DIR
  156.                           [PREFIX/share]
  157.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  158.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  159.                           [PREFIX/com]
  160.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  161.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  162.   --includedir=DIR        C header files in DIR [PREFIX/include]
  163.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  164.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  165.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  166.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  167.   --program-prefix=PREFIX prepend PREFIX to installed program names
  168.   --program-suffix=SUFFIX append SUFFIX to installed program names
  169.   --program-transform-name=PROGRAM
  170.                           run sed PROGRAM on installed program names
  171. EOF
  172.     cat << EOF
  173. Host type:
  174.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  175.   --host=HOST             configure for HOST [guessed]
  176.   --target=TARGET         configure for TARGET [TARGET=HOST]
  177. Features and packages:
  178.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  179.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  180.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  181.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  182.   --x-includes=DIR        X include files are in DIR
  183.   --x-libraries=DIR       X library files are in DIR
  184. EOF
  185.     if test -n "$ac_help"; then
  186.       echo "--enable and --with options recognized:$ac_help"
  187.     fi
  188.     exit 0 ;;
  189.  
  190.   -host | --host | --hos | --ho)
  191.     ac_prev=host ;;
  192.   -host=* | --host=* | --hos=* | --ho=*)
  193.     host="$ac_optarg" ;;
  194.  
  195.   -includedir | --includedir | --includedi | --included | --include \
  196.   | --includ | --inclu | --incl | --inc)
  197.     ac_prev=includedir ;;
  198.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  199.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  200.     includedir="$ac_optarg" ;;
  201.  
  202.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  203.     ac_prev=infodir ;;
  204.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  205.     infodir="$ac_optarg" ;;
  206.  
  207.   -libdir | --libdir | --libdi | --libd)
  208.     ac_prev=libdir ;;
  209.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  210.     libdir="$ac_optarg" ;;
  211.  
  212.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  213.   | --libexe | --libex | --libe)
  214.     ac_prev=libexecdir ;;
  215.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  216.   | --libexe=* | --libex=* | --libe=*)
  217.     libexecdir="$ac_optarg" ;;
  218.  
  219.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  220.   | --localstate | --localstat | --localsta | --localst \
  221.   | --locals | --local | --loca | --loc | --lo)
  222.     ac_prev=localstatedir ;;
  223.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  224.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  225.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  226.     localstatedir="$ac_optarg" ;;
  227.  
  228.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  229.     ac_prev=mandir ;;
  230.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  231.     mandir="$ac_optarg" ;;
  232.  
  233.   -nfp | --nfp | --nf)
  234.     # Obsolete; use --without-fp.
  235.     with_fp=no ;;
  236.  
  237.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  238.   | --no-cr | --no-c)
  239.     no_create=yes ;;
  240.  
  241.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  242.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  243.     no_recursion=yes ;;
  244.  
  245.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  246.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  247.   | --oldin | --oldi | --old | --ol | --o)
  248.     ac_prev=oldincludedir ;;
  249.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  250.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  251.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  252.     oldincludedir="$ac_optarg" ;;
  253.  
  254.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  255.     ac_prev=prefix ;;
  256.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  257.     prefix="$ac_optarg" ;;
  258.  
  259.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  260.   | --program-pre | --program-pr | --program-p)
  261.     ac_prev=program_prefix ;;
  262.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  263.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  264.     program_prefix="$ac_optarg" ;;
  265.  
  266.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  267.   | --program-suf | --program-su | --program-s)
  268.     ac_prev=program_suffix ;;
  269.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  270.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  271.     program_suffix="$ac_optarg" ;;
  272.  
  273.   -program-transform-name | --program-transform-name \
  274.   | --program-transform-nam | --program-transform-na \
  275.   | --program-transform-n | --program-transform- \
  276.   | --program-transform | --program-transfor \
  277.   | --program-transfo | --program-transf \
  278.   | --program-trans | --program-tran \
  279.   | --progr-tra | --program-tr | --program-t)
  280.     ac_prev=program_transform_name ;;
  281.   -program-transform-name=* | --program-transform-name=* \
  282.   | --program-transform-nam=* | --program-transform-na=* \
  283.   | --program-transform-n=* | --program-transform-=* \
  284.   | --program-transform=* | --program-transfor=* \
  285.   | --program-transfo=* | --program-transf=* \
  286.   | --program-trans=* | --program-tran=* \
  287.   | --progr-tra=* | --program-tr=* | --program-t=*)
  288.     program_transform_name="$ac_optarg" ;;
  289.  
  290.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  291.   | -silent | --silent | --silen | --sile | --sil)
  292.     silent=yes ;;
  293.  
  294.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  295.     ac_prev=sbindir ;;
  296.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  297.   | --sbi=* | --sb=*)
  298.     sbindir="$ac_optarg" ;;
  299.  
  300.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  301.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  302.   | --sharedst | --shareds | --shared | --share | --shar \
  303.   | --sha | --sh)
  304.     ac_prev=sharedstatedir ;;
  305.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  306.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  307.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  308.   | --sha=* | --sh=*)
  309.     sharedstatedir="$ac_optarg" ;;
  310.  
  311.   -site | --site | --sit)
  312.     ac_prev=site ;;
  313.   -site=* | --site=* | --sit=*)
  314.     site="$ac_optarg" ;;
  315.  
  316.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  317.     ac_prev=srcdir ;;
  318.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  319.     srcdir="$ac_optarg" ;;
  320.  
  321.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  322.   | --syscon | --sysco | --sysc | --sys | --sy)
  323.     ac_prev=sysconfdir ;;
  324.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  325.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  326.     sysconfdir="$ac_optarg" ;;
  327.  
  328.   -target | --target | --targe | --targ | --tar | --ta | --t)
  329.     ac_prev=target ;;
  330.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  331.     target="$ac_optarg" ;;
  332.  
  333.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  334.     verbose=yes ;;
  335.  
  336.   -version | --version | --versio | --versi | --vers)
  337.     echo "configure generated by autoconf version 2.10"
  338.     exit 0 ;;
  339.  
  340.   -with-* | --with-*)
  341.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  342.     # Reject names that are not valid shell variable names.
  343.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  344.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  345.     fi
  346.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  347.     case "$ac_option" in
  348.       *=*) ;;
  349.       *) ac_optarg=yes ;;
  350.     esac
  351.     eval "with_${ac_package}='$ac_optarg'" ;;
  352.  
  353.   -without-* | --without-*)
  354.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  355.     # Reject names that are not valid shell variable names.
  356.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  357.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  358.     fi
  359.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  360.     eval "with_${ac_package}=no" ;;
  361.  
  362.   --x)
  363.     # Obsolete; use --with-x.
  364.     with_x=yes ;;
  365.  
  366.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  367.   | --x-incl | --x-inc | --x-in | --x-i)
  368.     ac_prev=x_includes ;;
  369.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  370.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  371.     x_includes="$ac_optarg" ;;
  372.  
  373.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  374.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  375.     ac_prev=x_libraries ;;
  376.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  377.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  378.     x_libraries="$ac_optarg" ;;
  379.  
  380.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  381.     ;;
  382.  
  383.   *)
  384.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  385.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  386.     fi
  387.     if test "x$nonopt" != xNONE; then
  388.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  389.     fi
  390.     nonopt="$ac_option"
  391.     ;;
  392.  
  393.   esac
  394. done
  395.  
  396. if test -n "$ac_prev"; then
  397.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  398. fi
  399.  
  400. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  401.  
  402. # File descriptor usage:
  403. # 0 standard input
  404. # 1 file creation
  405. # 2 errors and warnings
  406. # 3 some systems may open it to /dev/tty
  407. # 4 used on the Kubota Titan
  408. # 6 checking for... messages and results
  409. # 5 compiler messages saved in config.log
  410. if test "$silent" = yes; then
  411.   exec 6>/dev/null
  412. else
  413.   exec 6>&1
  414. fi
  415. exec 5>./config.log
  416.  
  417. echo "\
  418. This file contains any messages produced by compilers while
  419. running configure, to aid debugging if configure makes a mistake.
  420. " 1>&5
  421.  
  422. # Strip out --no-create and --no-recursion so they do not pile up.
  423. # Also quote any args containing shell metacharacters.
  424. ac_configure_args=
  425. for ac_arg
  426. do
  427.   case "$ac_arg" in
  428.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  429.   | --no-cr | --no-c) ;;
  430.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  431.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  432.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  433.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  434.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  435.   esac
  436. done
  437.  
  438. # NLS nuisances.
  439. # Only set LANG and LC_ALL to C if already set.
  440. # These must not be set unconditionally because not all systems understand
  441. # e.g. LANG=C (notably SCO).
  442. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  443. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  444.  
  445. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  446. rm -rf conftest* confdefs.h
  447. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  448. echo > confdefs.h
  449.  
  450. # A filename unique to this package, relative to the directory that
  451. # configure is in, which we can look for to find out if srcdir is correct.
  452. ac_unique_file=vim.h
  453.  
  454. # Find the source files, if location was not specified.
  455. if test -z "$srcdir"; then
  456.   ac_srcdir_defaulted=yes
  457.   # Try the directory containing this script, then its parent.
  458.   ac_prog=$0
  459.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  460.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  461.   srcdir=$ac_confdir
  462.   if test ! -r $srcdir/$ac_unique_file; then
  463.     srcdir=..
  464.   fi
  465. else
  466.   ac_srcdir_defaulted=no
  467. fi
  468. if test ! -r $srcdir/$ac_unique_file; then
  469.   if test "$ac_srcdir_defaulted" = yes; then
  470.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  471.   else
  472.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  473.   fi
  474. fi
  475. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  476.  
  477. # Prefer explicitly selected file to automatically selected ones.
  478. if test -z "$CONFIG_SITE"; then
  479.   if test "x$prefix" != xNONE; then
  480.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  481.   else
  482.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  483.   fi
  484. fi
  485. for ac_site_file in $CONFIG_SITE; do
  486.   if test -r "$ac_site_file"; then
  487.     echo "loading site script $ac_site_file"
  488.     . "$ac_site_file"
  489.   fi
  490. done
  491.  
  492. if test -r "$cache_file"; then
  493.   echo "loading cache $cache_file"
  494.   . $cache_file
  495. else
  496.   echo "creating cache $cache_file"
  497.   > $cache_file
  498. fi
  499.  
  500. ac_ext=c
  501. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  502. ac_cpp='$CPP $CPPFLAGS'
  503. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  504. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  505.  
  506. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  507.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  508.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  509.     ac_n= ac_c='
  510. ' ac_t='    '
  511.   else
  512.     ac_n=-n ac_c= ac_t=
  513.   fi
  514. else
  515.   ac_n= ac_c='\c' ac_t=
  516. fi
  517.  
  518.  
  519.  
  520. cat >> confdefs.h <<\EOF
  521. #define UNIX 1
  522. EOF
  523.     echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  524. set dummy ${MAKE-make}; ac_make=$2
  525. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  526.   echo $ac_n "(cached) $ac_c" 1>&6
  527. else
  528.   cat > conftestmake <<\EOF
  529. all:
  530.     @echo 'ac_maketemp="${MAKE}"'
  531. EOF
  532. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  533. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  534. if test -n "$ac_maketemp"; then
  535.   eval ac_cv_prog_make_${ac_make}_set=yes
  536. else
  537.   eval ac_cv_prog_make_${ac_make}_set=no
  538. fi
  539. rm -f conftestmake
  540. fi
  541. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  542.   echo "$ac_t""yes" 1>&6
  543.   SET_MAKE=
  544. else
  545.   echo "$ac_t""no" 1>&6
  546.   SET_MAKE="MAKE=${MAKE-make}"
  547. fi
  548.  
  549.  
  550. # Extract the first word of "gcc", so it can be a program name with args.
  551. set dummy gcc; ac_word=$2
  552. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  553. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  554.   echo $ac_n "(cached) $ac_c" 1>&6
  555. else
  556.   if test -n "$CC"; then
  557.   ac_cv_prog_CC="$CC" # Let the user override the test.
  558. else
  559.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  560.   for ac_dir in $PATH; do
  561.     test -z "$ac_dir" && ac_dir=.
  562.     if test -f $ac_dir/$ac_word; then
  563.       ac_cv_prog_CC="gcc"
  564.       break
  565.     fi
  566.   done
  567.   IFS="$ac_save_ifs"
  568. fi
  569. fi
  570. CC="$ac_cv_prog_CC"
  571. if test -n "$CC"; then
  572.   echo "$ac_t""$CC" 1>&6
  573. else
  574.   echo "$ac_t""no" 1>&6
  575. fi
  576.  
  577. if test -z "$CC"; then
  578.   # Extract the first word of "cc", so it can be a program name with args.
  579. set dummy cc; ac_word=$2
  580. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  581. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  582.   echo $ac_n "(cached) $ac_c" 1>&6
  583. else
  584.   if test -n "$CC"; then
  585.   ac_cv_prog_CC="$CC" # Let the user override the test.
  586. else
  587.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  588.   ac_prog_rejected=no
  589.   for ac_dir in $PATH; do
  590.     test -z "$ac_dir" && ac_dir=.
  591.     if test -f $ac_dir/$ac_word; then
  592.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  593.         ac_prog_rejected=yes
  594.     continue
  595.       fi
  596.       ac_cv_prog_CC="cc"
  597.       break
  598.     fi
  599.   done
  600.   IFS="$ac_save_ifs"
  601. if test $ac_prog_rejected = yes; then
  602.   # We found a bogon in the path, so make sure we never use it.
  603.   set dummy $ac_cv_prog_CC
  604.   shift
  605.   if test $# -gt 0; then
  606.     # We chose a different compiler from the bogus one.
  607.     # However, it has the same basename, so the bogon will be chosen
  608.     # first if we set CC to just the basename; use the full file name.
  609.     shift
  610.     set dummy "$ac_dir/$ac_word" "$@"
  611.     shift
  612.     ac_cv_prog_CC="$@"
  613.   fi
  614. fi
  615. fi
  616. fi
  617. CC="$ac_cv_prog_CC"
  618. if test -n "$CC"; then
  619.   echo "$ac_t""$CC" 1>&6
  620. else
  621.   echo "$ac_t""no" 1>&6
  622. fi
  623.  
  624.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  625. fi
  626.  
  627. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  628. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  629.   echo $ac_n "(cached) $ac_c" 1>&6
  630. else
  631.   cat > conftest.c <<EOF
  632. #ifdef __GNUC__
  633.   yes;
  634. #endif
  635. EOF
  636. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  637.   ac_cv_prog_gcc=yes
  638. else
  639.   ac_cv_prog_gcc=no
  640. fi
  641. fi
  642.  
  643. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  644. if test $ac_cv_prog_gcc = yes; then
  645.   GCC=yes
  646.   if test "${CFLAGS+set}" != set; then
  647.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  648. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  649.   echo $ac_n "(cached) $ac_c" 1>&6
  650. else
  651.   echo 'void f(){}' > conftest.c
  652. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  653.   ac_cv_prog_gcc_g=yes
  654. else
  655.   ac_cv_prog_gcc_g=no
  656. fi
  657. rm -f conftest*
  658.  
  659. fi
  660.  
  661. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  662.     if test $ac_cv_prog_gcc_g = yes; then
  663.       CFLAGS="-g -O"
  664.     else
  665.       CFLAGS="-O"
  666.     fi
  667.   fi
  668. else
  669.   GCC=
  670.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  671. fi
  672.     echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  673. # On Suns, sometimes $CPP names a directory.
  674. if test -n "$CPP" && test -d "$CPP"; then
  675.   CPP=
  676. fi
  677. if test -z "$CPP"; then
  678. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  679.   echo $ac_n "(cached) $ac_c" 1>&6
  680. else
  681.     # This must be in double quotes, not single quotes, because CPP may get
  682.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  683.   CPP="${CC-cc} -E"
  684.   # On the NeXT, cc -E runs the code through the compiler's parser,
  685.   # not just through cpp.
  686.   cat > conftest.$ac_ext <<EOF
  687. #line 688 "configure"
  688. #include "confdefs.h"
  689. #include <assert.h>
  690. Syntax Error
  691. EOF
  692. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  693. { (eval echo configure:694: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  694. ac_err=`grep -v '^ *+' conftest.out`
  695. if test -z "$ac_err"; then
  696.   :
  697. else
  698.   echo "$ac_err" >&5
  699.   rm -rf conftest*
  700.   CPP="${CC-cc} -E -traditional-cpp"
  701.   cat > conftest.$ac_ext <<EOF
  702. #line 703 "configure"
  703. #include "confdefs.h"
  704. #include <assert.h>
  705. Syntax Error
  706. EOF
  707. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  708. { (eval echo configure:709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  709. ac_err=`grep -v '^ *+' conftest.out`
  710. if test -z "$ac_err"; then
  711.   :
  712. else
  713.   echo "$ac_err" >&5
  714.   rm -rf conftest*
  715.   CPP=/lib/cpp
  716. fi
  717. rm -f conftest*
  718. fi
  719. rm -f conftest*
  720.   ac_cv_prog_CPP="$CPP"
  721. fi
  722.   CPP="$ac_cv_prog_CPP"
  723. else
  724.   ac_cv_prog_CPP="$CPP"
  725. fi
  726. echo "$ac_t""$CPP" 1>&6
  727.     echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
  728. if test -d /etc/conf/kconfig.d &&
  729.   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  730. then
  731.   echo "$ac_t""yes" 1>&6
  732.   ISC=yes # If later tests want to check for ISC.
  733.   cat >> confdefs.h <<\EOF
  734. #define _POSIX_SOURCE 1
  735. EOF
  736.  
  737.   if test "$GCC" = yes; then
  738.     CC="$CC -posix"
  739.   else
  740.     CC="$CC -Xp"
  741.   fi
  742. else
  743.   echo "$ac_t""no" 1>&6
  744.   ISC=
  745. fi
  746.     # If we cannot run a trivial program, we must be cross compiling.
  747. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  748. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  749.   echo $ac_n "(cached) $ac_c" 1>&6
  750. else
  751.   if test "$cross_compiling" = yes; then
  752.   ac_cv_c_cross=yes
  753. else
  754. cat > conftest.$ac_ext <<EOF
  755. #line 756 "configure"
  756. #include "confdefs.h"
  757. main(){return(0);}
  758. EOF
  759. { (eval echo configure:760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  760. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  761.   ac_cv_c_cross=no
  762. else
  763.   ac_cv_c_cross=yes
  764. fi
  765. fi
  766. rm -fr conftest*
  767. fi
  768.  
  769. echo "$ac_t""$ac_cv_c_cross" 1>&6
  770. cross_compiling=$ac_cv_c_cross
  771.     
  772. if test -z "$CFLAGS"; then
  773.   CFLAGS="-O"
  774.   test "$GCC" = yes && CFLAGS="-O2 -fno-strength-reduce"
  775. fi
  776.  
  777. test "$GCC" = yes && CFLAGS="$CFLAGS -Wall -Wshadow"
  778.  
  779. if test "$cross_compiling" = yes; then
  780.   { echo "configure: error: cannot compile a simple program, check CC and CFLAGS" 1>&2; exit 1; }
  781. fi
  782.  
  783. if test "$GCC" != yes; then
  784.   echo $ac_n "checking if compiler accepts -Olimit""... $ac_c" 1>&6
  785.   save_cflags=$CFLAGS
  786.   CFLAGS="$CFLAGS -Olimit 2000"
  787.   cat > conftest.$ac_ext <<EOF
  788. #line 789 "configure"
  789. #include "confdefs.h"
  790.  
  791. int main() { return 0; }
  792. int t() {
  793.  
  794. ; return 0; }
  795. EOF
  796. if { (eval echo configure:797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  797.   rm -rf conftest*
  798.   echo "$ac_t""yes" 1>&6
  799. else
  800.   rm -rf conftest*
  801.   echo "$ac_t""no" 1>&6; CFLAGS=$save_cflags
  802. fi
  803. rm -f conftest*
  804.  
  805. fi
  806.  
  807. test "$GCC" = yes && CPP_MM=M; 
  808.  
  809. if test -f ./toolcheck; then
  810. echo "checking for buggy tools" 1>&6
  811. sh ./toolcheck 1>&6
  812. fi
  813.  
  814.  
  815. test -z "$with_x" && with_x=yes
  816. test "${enable_gui-no}" != no && with_x=yes
  817. if test "$with_x" = no; then
  818.   echo "$ac_t""defaulting to: don't HAVE_X11" 1>&6
  819. else
  820.     
  821.   # Extract the first word of "xmkmf", so it can be a program name with args.
  822. set dummy xmkmf; ac_word=$2
  823. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  824. if eval "test \"`echo '$''{'ac_cv_path_xmkmfpath'+set}'`\" = set"; then
  825.   echo $ac_n "(cached) $ac_c" 1>&6
  826. else
  827.   case "$xmkmfpath" in
  828.   /*)
  829.   ac_cv_path_xmkmfpath="$xmkmfpath" # Let the user override the test with a path.
  830.   ;;
  831.   *)
  832.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  833.   for ac_dir in $PATH; do
  834.     test -z "$ac_dir" && ac_dir=.
  835.     if test -f $ac_dir/$ac_word; then
  836.       ac_cv_path_xmkmfpath="$ac_dir/$ac_word"
  837.       break
  838.     fi
  839.   done
  840.   IFS="$ac_save_ifs"
  841.   ;;
  842. esac
  843. fi
  844. xmkmfpath="$ac_cv_path_xmkmfpath"
  845. if test -n "$xmkmfpath"; then
  846.   echo "$ac_t""$xmkmfpath" 1>&6
  847. else
  848.   echo "$ac_t""no" 1>&6
  849. fi
  850.  
  851.  
  852.   # If we find X, set shell vars x_includes and x_libraries to the
  853. # paths, otherwise set no_x=yes.
  854. # Uses ac_ vars as temps to allow command line to override cache and checks.
  855. # --without-x overrides everything else, but does not touch the cache.
  856. echo $ac_n "checking for X""... $ac_c" 1>&6
  857.  
  858. # Check whether --with-x or --without-x was given.
  859. if test "${with_x+set}" = set; then
  860.   withval="$with_x"
  861.   :
  862. fi
  863.  
  864. # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
  865. if test "x$with_x" = xno; then
  866.   # The user explicitly disabled X.
  867.   have_x=disabled
  868. else
  869.   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
  870.     # Both variables are already set.
  871.     have_x=yes
  872.   else
  873. if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
  874.   echo $ac_n "(cached) $ac_c" 1>&6
  875. else
  876.   # One or both of the vars are not set, and there is no cached value.
  877. ac_x_includes=NO ac_x_libraries=NO
  878. rm -fr conftestdir
  879. if mkdir conftestdir; then
  880.   cd conftestdir
  881.   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
  882.   cat > Imakefile <<'EOF'
  883. acfindx:
  884.     @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
  885. EOF
  886.   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
  887.     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  888.     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
  889.     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
  890.     for ac_extension in a so sl; do
  891.       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
  892.         test -f $ac_im_libdir/libX11.$ac_extension; then
  893.         ac_im_usrlibdir=$ac_im_libdir; break
  894.       fi
  895.     done
  896.     # Screen out bogus values from the imake configuration.
  897.     case "$ac_im_incroot" in
  898.     /usr/include) ;;
  899.     *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
  900.     esac
  901.     case "$ac_im_usrlibdir" in
  902.     /usr/lib | /lib) ;;
  903.     *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
  904.     esac
  905.   fi
  906.   cd ..
  907.   rm -fr conftestdir
  908. fi
  909.  
  910. if test "$ac_x_includes" = NO; then
  911.   # Guess where to find include files, by looking for this one X11 .h file.
  912.   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
  913.  
  914.   # First, try using that file with no special directory specified.
  915. cat > conftest.$ac_ext <<EOF
  916. #line 917 "configure"
  917. #include "confdefs.h"
  918. #include <$x_direct_test_include>
  919. EOF
  920. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  921. { (eval echo configure:922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  922. ac_err=`grep -v '^ *+' conftest.out`
  923. if test -z "$ac_err"; then
  924.   rm -rf conftest*
  925.   # We can compile using X headers with no special include directory.
  926. ac_x_includes=
  927. else
  928.   echo "$ac_err" >&5
  929.   rm -rf conftest*
  930.   # Look for the header file in a standard set of common directories.
  931.   for ac_dir in               \
  932.     /usr/X11R6/include        \
  933.     /usr/X11R5/include        \
  934.     /usr/X11R4/include        \
  935.                               \
  936.     /usr/include/X11R6        \
  937.     /usr/include/X11R5        \
  938.     /usr/include/X11R4        \
  939.                               \
  940.     /usr/local/X11R6/include  \
  941.     /usr/local/X11R5/include  \
  942.     /usr/local/X11R4/include  \
  943.                               \
  944.     /usr/local/include/X11R6  \
  945.     /usr/local/include/X11R5  \
  946.     /usr/local/include/X11R4  \
  947.                               \
  948.     /usr/X11/include          \
  949.     /usr/include/X11          \
  950.     /usr/local/X11/include    \
  951.     /usr/local/include/X11    \
  952.                               \
  953.     /usr/X386/include         \
  954.     /usr/x386/include         \
  955.     /usr/XFree86/include/X11  \
  956.                               \
  957.     /usr/include              \
  958.     /usr/local/include        \
  959.     /usr/unsupported/include  \
  960.     /usr/athena/include       \
  961.     /usr/local/x11r5/include  \
  962.     /usr/lpp/Xamples/include  \
  963.                               \
  964.     /usr/openwin/include      \
  965.     /usr/openwin/share/include \
  966.     ; \
  967.   do
  968.     if test -r "$ac_dir/$x_direct_test_include"; then
  969.       ac_x_includes=$ac_dir
  970.       break
  971.     fi
  972.   done
  973. fi
  974. rm -f conftest*
  975. fi # $ac_x_includes = NO
  976.  
  977. if test "$ac_x_libraries" = NO; then
  978.   # Check for the libraries.
  979.  
  980.   test -z "$x_direct_test_library" && x_direct_test_library=Xt
  981.   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
  982.  
  983.   # See if we find them without any special options.
  984.   # Don't add to $LIBS permanently.
  985.   ac_save_LIBS="$LIBS"
  986.   LIBS="-l$x_direct_test_library $LIBS"
  987. cat > conftest.$ac_ext <<EOF
  988. #line 989 "configure"
  989. #include "confdefs.h"
  990.  
  991. int main() { return 0; }
  992. int t() {
  993. ${x_direct_test_function}()
  994. ; return 0; }
  995. EOF
  996. if { (eval echo configure:997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  997.   rm -rf conftest*
  998.   LIBS="$ac_save_LIBS"
  999. # We can link X programs with no special library path.
  1000. ac_x_libraries=
  1001. else
  1002.   rm -rf conftest*
  1003.   LIBS="$ac_save_LIBS"
  1004. # First see if replacing the include by lib works.
  1005. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
  1006.     /usr/X11R6/lib        \
  1007.     /usr/X11R5/lib        \
  1008.     /usr/X11R4/lib        \
  1009.                           \
  1010.     /usr/lib/X11R6        \
  1011.     /usr/lib/X11R5        \
  1012.     /usr/lib/X11R4        \
  1013.                           \
  1014.     /usr/local/X11R6/lib  \
  1015.     /usr/local/X11R5/lib  \
  1016.     /usr/local/X11R4/lib  \
  1017.                           \
  1018.     /usr/local/lib/X11R6  \
  1019.     /usr/local/lib/X11R5  \
  1020.     /usr/local/lib/X11R4  \
  1021.                           \
  1022.     /usr/X11/lib          \
  1023.     /usr/lib/X11          \
  1024.     /usr/local/X11/lib    \
  1025.     /usr/local/lib/X11    \
  1026.                           \
  1027.     /usr/X386/lib         \
  1028.     /usr/x386/lib         \
  1029.     /usr/XFree86/lib/X11  \
  1030.                           \
  1031.     /usr/lib              \
  1032.     /usr/local/lib        \
  1033.     /usr/unsupported/lib  \
  1034.     /usr/athena/lib       \
  1035.     /usr/local/x11r5/lib  \
  1036.     /usr/lpp/Xamples/lib  \
  1037.                           \
  1038.     /usr/openwin/lib      \
  1039.     /usr/openwin/share/lib \
  1040.     ; \
  1041. do
  1042.   for ac_extension in a so sl; do
  1043.     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
  1044.       ac_x_libraries=$ac_dir
  1045.       break 2
  1046.     fi
  1047.   done
  1048. done
  1049. fi
  1050. rm -f conftest*
  1051.  
  1052. fi # $ac_x_libraries = NO
  1053.  
  1054. if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
  1055.   # Didn't find X anywhere.  Cache the known absence of X.
  1056.   ac_cv_have_x="have_x=no"
  1057. else
  1058.   # Record where we found X for the cache.
  1059.   ac_cv_have_x="have_x=yes \
  1060.             ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
  1061. fi
  1062. fi
  1063.   fi
  1064.   eval "$ac_cv_have_x"
  1065. fi # $with_x != no
  1066.  
  1067. if test "$have_x" != yes; then
  1068.   echo "$ac_t""$have_x" 1>&6
  1069.   no_x=yes
  1070. else
  1071.   # If each of the values was on the command line, it overrides each guess.
  1072.   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
  1073.   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
  1074.   # Update the cache value to reflect the command line values.
  1075.   ac_cv_have_x="have_x=yes \
  1076.         ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
  1077.   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
  1078. fi
  1079.  
  1080. if test "$no_x" = yes; then
  1081.   # Not all programs may use this symbol, but it does not hurt to define it.
  1082.   X_CFLAGS="$X_CFLAGS -DX_DISPLAY_MISSING"
  1083. else
  1084.   if test -n "$x_includes"; then
  1085.     X_CFLAGS="$X_CFLAGS -I$x_includes"
  1086.   fi
  1087.  
  1088.   # It would be nice to have a more robust check for the -R ld option than
  1089.   # just checking for Solaris.
  1090.   # It would also be nice to do this for all -L options, not just this one.
  1091.   if test -n "$x_libraries"; then
  1092.     X_LIBS="$X_LIBS -L$x_libraries"
  1093.     if test "`(uname) 2>/dev/null`" = SunOS &&
  1094.       uname -r | grep '^5' >/dev/null; then
  1095.       X_LIBS="$X_LIBS -R $x_libraries"
  1096.     fi
  1097.   fi
  1098.  
  1099.   # Check for libraries that X11R6 Xt/Xaw programs need.
  1100.  
  1101.   ac_save_LDFLAGS="$LDFLAGS"
  1102.   LDFLAGS="$LDFLAGS -L$x_libraries"
  1103.   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
  1104.   # check for ICE first), but we must link in the order -lSM -lICE or
  1105.   # we get undefined symbols.  So assume we have SM if we have ICE.
  1106.   # These have to be linked with before -lX11, unlike the other
  1107.   # libraries we check for below, so use a different variable.
  1108.   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
  1109.   echo $ac_n "checking for -lICE""... $ac_c" 1>&6
  1110. ac_lib_var=`echo ICE'_'IceConnectionNumber | tr './+\055' '__p_'`
  1111. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1112.   echo $ac_n "(cached) $ac_c" 1>&6
  1113. else
  1114.   ac_save_LIBS="$LIBS"
  1115. LIBS="-lICE  $LIBS"
  1116. cat > conftest.$ac_ext <<EOF
  1117. #line 1118 "configure"
  1118. #include "confdefs.h"
  1119. /* Override any gcc2 internal prototype to avoid an error.  */
  1120. /* We use char because int might match the return type of a gcc2
  1121.     builtin and then its argument prototype would still apply.  */
  1122. char IceConnectionNumber();
  1123.  
  1124. int main() { return 0; }
  1125. int t() {
  1126. IceConnectionNumber()
  1127. ; return 0; }
  1128. EOF
  1129. if { (eval echo configure:1130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1130.   rm -rf conftest*
  1131.   eval "ac_cv_lib_$ac_lib_var=yes"
  1132. else
  1133.   rm -rf conftest*
  1134.   eval "ac_cv_lib_$ac_lib_var=no"
  1135. fi
  1136. rm -f conftest*
  1137. LIBS="$ac_save_LIBS"
  1138.  
  1139. fi
  1140. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1141.   echo "$ac_t""yes" 1>&6
  1142.   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
  1143. else
  1144.   echo "$ac_t""no" 1>&6
  1145. fi
  1146.  
  1147.   LDFLAGS="$ac_save_LDFLAGS"
  1148.  
  1149.   # Check for system-dependent libraries X programs must link with.
  1150.  
  1151.   if test "$ISC" = yes; then
  1152.     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
  1153.   else
  1154.     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
  1155.     # libraries were built with DECnet support.  And karl@cs.umb.edu says
  1156.     # the Alpha needs dnet_stub (dnet does not exist).
  1157.     echo $ac_n "checking for -ldnet""... $ac_c" 1>&6
  1158. ac_lib_var=`echo dnet'_'dnet_ntoa | tr './+\055' '__p_'`
  1159. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1160.   echo $ac_n "(cached) $ac_c" 1>&6
  1161. else
  1162.   ac_save_LIBS="$LIBS"
  1163. LIBS="-ldnet  $LIBS"
  1164. cat > conftest.$ac_ext <<EOF
  1165. #line 1166 "configure"
  1166. #include "confdefs.h"
  1167. /* Override any gcc2 internal prototype to avoid an error.  */
  1168. /* We use char because int might match the return type of a gcc2
  1169.     builtin and then its argument prototype would still apply.  */
  1170. char dnet_ntoa();
  1171.  
  1172. int main() { return 0; }
  1173. int t() {
  1174. dnet_ntoa()
  1175. ; return 0; }
  1176. EOF
  1177. if { (eval echo configure:1178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1178.   rm -rf conftest*
  1179.   eval "ac_cv_lib_$ac_lib_var=yes"
  1180. else
  1181.   rm -rf conftest*
  1182.   eval "ac_cv_lib_$ac_lib_var=no"
  1183. fi
  1184. rm -f conftest*
  1185. LIBS="$ac_save_LIBS"
  1186.  
  1187. fi
  1188. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1189.   echo "$ac_t""yes" 1>&6
  1190.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
  1191. else
  1192.   echo "$ac_t""no" 1>&6
  1193. fi
  1194.  
  1195.     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
  1196.       echo $ac_n "checking for -ldnet_stub""... $ac_c" 1>&6
  1197. ac_lib_var=`echo dnet_stub'_'dnet_ntoa | tr './+\055' '__p_'`
  1198. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1199.   echo $ac_n "(cached) $ac_c" 1>&6
  1200. else
  1201.   ac_save_LIBS="$LIBS"
  1202. LIBS="-ldnet_stub  $LIBS"
  1203. cat > conftest.$ac_ext <<EOF
  1204. #line 1205 "configure"
  1205. #include "confdefs.h"
  1206. /* Override any gcc2 internal prototype to avoid an error.  */
  1207. /* We use char because int might match the return type of a gcc2
  1208.     builtin and then its argument prototype would still apply.  */
  1209. char dnet_ntoa();
  1210.  
  1211. int main() { return 0; }
  1212. int t() {
  1213. dnet_ntoa()
  1214. ; return 0; }
  1215. EOF
  1216. if { (eval echo configure:1217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1217.   rm -rf conftest*
  1218.   eval "ac_cv_lib_$ac_lib_var=yes"
  1219. else
  1220.   rm -rf conftest*
  1221.   eval "ac_cv_lib_$ac_lib_var=no"
  1222. fi
  1223. rm -f conftest*
  1224. LIBS="$ac_save_LIBS"
  1225.  
  1226. fi
  1227. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1228.   echo "$ac_t""yes" 1>&6
  1229.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
  1230. else
  1231.   echo "$ac_t""no" 1>&6
  1232. fi
  1233.  
  1234.     fi
  1235.  
  1236.     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
  1237.     # to get the SysV transport functions.
  1238.     # Not sure which flavor of 386 UNIX this is, but it seems harmless to
  1239.     # check for it.
  1240.     echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
  1241. ac_lib_var=`echo nsl'_'t_accept | tr './+\055' '__p_'`
  1242. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1243.   echo $ac_n "(cached) $ac_c" 1>&6
  1244. else
  1245.   ac_save_LIBS="$LIBS"
  1246. LIBS="-lnsl  $LIBS"
  1247. cat > conftest.$ac_ext <<EOF
  1248. #line 1249 "configure"
  1249. #include "confdefs.h"
  1250. /* Override any gcc2 internal prototype to avoid an error.  */
  1251. /* We use char because int might match the return type of a gcc2
  1252.     builtin and then its argument prototype would still apply.  */
  1253. char t_accept();
  1254.  
  1255. int main() { return 0; }
  1256. int t() {
  1257. t_accept()
  1258. ; return 0; }
  1259. EOF
  1260. if { (eval echo configure:1261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1261.   rm -rf conftest*
  1262.   eval "ac_cv_lib_$ac_lib_var=yes"
  1263. else
  1264.   rm -rf conftest*
  1265.   eval "ac_cv_lib_$ac_lib_var=no"
  1266. fi
  1267. rm -f conftest*
  1268. LIBS="$ac_save_LIBS"
  1269.  
  1270. fi
  1271. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1272.   echo "$ac_t""yes" 1>&6
  1273.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
  1274. else
  1275.   echo "$ac_t""no" 1>&6
  1276. fi
  1277.  
  1278.  
  1279.     # lieder@skyler.mavd.honeywell.com says without -lsocket,
  1280.     # socket/setsockopt and other routines are undefined under SCO ODT 2.0.
  1281.     # But -lsocket is broken on IRIX, according to simon@lia.di.epfl.ch.
  1282.     if test "`(uname) 2>/dev/null`" != IRIX; then
  1283.       echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
  1284. ac_lib_var=`echo socket'_'socket | tr './+\055' '__p_'`
  1285. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1286.   echo $ac_n "(cached) $ac_c" 1>&6
  1287. else
  1288.   ac_save_LIBS="$LIBS"
  1289. LIBS="-lsocket  $LIBS"
  1290. cat > conftest.$ac_ext <<EOF
  1291. #line 1292 "configure"
  1292. #include "confdefs.h"
  1293. /* Override any gcc2 internal prototype to avoid an error.  */
  1294. /* We use char because int might match the return type of a gcc2
  1295.     builtin and then its argument prototype would still apply.  */
  1296. char socket();
  1297.  
  1298. int main() { return 0; }
  1299. int t() {
  1300. socket()
  1301. ; return 0; }
  1302. EOF
  1303. if { (eval echo configure:1304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1304.   rm -rf conftest*
  1305.   eval "ac_cv_lib_$ac_lib_var=yes"
  1306. else
  1307.   rm -rf conftest*
  1308.   eval "ac_cv_lib_$ac_lib_var=no"
  1309. fi
  1310. rm -f conftest*
  1311. LIBS="$ac_save_LIBS"
  1312.  
  1313. fi
  1314. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1315.   echo "$ac_t""yes" 1>&6
  1316.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lsocket"
  1317. else
  1318.   echo "$ac_t""no" 1>&6
  1319. fi
  1320.  
  1321.     fi
  1322.   fi
  1323. fi
  1324.  
  1325.  
  1326.     
  1327.   if test -d "$x_includes" && test ! -d "$x_libraries"; then
  1328.     x_libraries=`echo "$x_includes" | sed s/include/lib/`
  1329.     echo "$ac_t""Corrected X libraries to $x_libraries" 1>&6
  1330.     X_LIBS="$X_LIBS -L$x_libraries"
  1331.     if test "`(uname) 2>/dev/null`" = SunOS &&
  1332.           uname -r | grep '^5' >/dev/null; then
  1333.       X_LIBS="$X_LIBS -R $x_libraries"
  1334.     fi
  1335.   fi
  1336.  
  1337.   if test -d "$x_libraries" && test ! -d "$x_includes"; then
  1338.     x_includes=`echo "$x_libraries" | sed s/lib/include/`
  1339.     echo "$ac_t""Corrected X includes to $x_includes" 1>&6
  1340.     X_CFLAGS="$X_CFLAGS -I$x_includes"
  1341.   fi
  1342.  
  1343.     X_CFLAGS="`echo $X_CFLAGS\  | sed 's%-I/usr/include %%'`"
  1344.  
  1345.         echo $ac_n "checking if X11 header files can be found""... $ac_c" 1>&6
  1346.     cflags_save=$CFLAGS
  1347.     CFLAGS="$CFLAGS $X_CFLAGS"
  1348.     cat > conftest.$ac_ext <<EOF
  1349. #line 1350 "configure"
  1350. #include "confdefs.h"
  1351. #include <X11/Xlib.h>
  1352. int main() { return 0; }
  1353. int t() {
  1354.  
  1355. ; return 0; }
  1356. EOF
  1357. if { (eval echo configure:1358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1358.   rm -rf conftest*
  1359.   echo "$ac_t""yes" 1>&6
  1360. else
  1361.   rm -rf conftest*
  1362.   echo "$ac_t""no" 1>&6; no_x=yes
  1363. fi
  1364. rm -f conftest*
  1365.  
  1366.     CFLAGS=$cflags_save
  1367.  
  1368.   if test "${no_x-no}" = yes; then with_x=no; else 
  1369.     cat >> confdefs.h <<\EOF
  1370. #define HAVE_X11 1
  1371. EOF
  1372.  
  1373.     X_LIB=-lX11; 
  1374.   fi
  1375.  
  1376.         
  1377.   if test -z "$X_PRE_LIBS" -a -n "$X_EXTRA_LIBS"; then
  1378.     ac_save_LDFLAGS="$LDFLAGS"
  1379.     LDFLAGS="$LDFLAGS -L$x_libraries"
  1380.     echo $ac_n "checking for -lICE""... $ac_c" 1>&6
  1381. ac_lib_var=`echo ICE'_'IceOpenConnection | tr './+\055' '__p_'`
  1382. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1383.   echo $ac_n "(cached) $ac_c" 1>&6
  1384. else
  1385.   ac_save_LIBS="$LIBS"
  1386. LIBS="-lICE $X_EXTRA_LIBS $LIBS"
  1387. cat > conftest.$ac_ext <<EOF
  1388. #line 1389 "configure"
  1389. #include "confdefs.h"
  1390. /* Override any gcc2 internal prototype to avoid an error.  */
  1391. /* We use char because int might match the return type of a gcc2
  1392.     builtin and then its argument prototype would still apply.  */
  1393. char IceOpenConnection();
  1394.  
  1395. int main() { return 0; }
  1396. int t() {
  1397. IceOpenConnection()
  1398. ; return 0; }
  1399. EOF
  1400. if { (eval echo configure:1401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1401.   rm -rf conftest*
  1402.   eval "ac_cv_lib_$ac_lib_var=yes"
  1403. else
  1404.   rm -rf conftest*
  1405.   eval "ac_cv_lib_$ac_lib_var=no"
  1406. fi
  1407. rm -f conftest*
  1408. LIBS="$ac_save_LIBS"
  1409.  
  1410. fi
  1411. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1412.   echo "$ac_t""yes" 1>&6
  1413.   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
  1414. else
  1415.   echo "$ac_t""no" 1>&6
  1416. fi
  1417.  
  1418.     LDFLAGS="$ac_save_LDFLAGS"
  1419.   fi
  1420.  
  1421. fi
  1422.  
  1423. test "x$with_x" = xno -a "x$enable_gui" = xyes && enable_gui=no
  1424.  
  1425. # Check whether --enable-gui or --disable-gui was given.
  1426. if test "${enable_gui+set}" = set; then
  1427.   enableval="$enable_gui"
  1428.   echo "$ac_t""option GUI: $enableval" 1>&6
  1429. else
  1430.   echo "$ac_t""defaulting to: don't support GUI" 1>&6
  1431. fi
  1432.  
  1433.  MOTIF_COMMENT=ZZZ; ATHENA_COMMENT=ZZZ
  1434.  case "$enable_gui" in
  1435.    no | "" )        ;;
  1436.    yes|YES)         MOTIF_COMMENT= ; ATHENA_COMMENT= ;;
  1437.    motif|MOTIF)     MOTIF_COMMENT= ;;
  1438.    athena|ATHENA)   ATHENA_COMMENT= ;;
  1439.    *)               { echo "configure: error: Sorry, $enable_gui GUI is not supported." 1>&2; exit 1; } ;;
  1440.  esac
  1441.  
  1442.  
  1443. if test -z "$MOTIF_COMMENT"; then
  1444.   gui_includes="`echo $x_includes|sed 's%/^/^/*$%%'` /local/Motif*/include /local/include/Motif* /usr/local/Motif*/include /usr/local/include/Motif* /usr/include/Motif* /usr/Motif*/include /usr/local/include /usr/local/X11*/include /usr/include /usr/include/X11* /usr/dt/include $GUI_INC_LOC"
  1445.   echo $ac_n "checking for location of Motif GUI includes""... $ac_c" 1>&6
  1446.   GUI_INC_LOC=
  1447.   for try in $gui_includes; do
  1448.     if test -f "$try/Xm/Xm.h"; then
  1449.       GUI_INC_LOC=$try
  1450.     fi
  1451.   done
  1452.   if test -n "$GUI_INC_LOC"; then
  1453.     echo "$ac_t""$GUI_INC_LOC" 1>&6
  1454.     test "$GUI_INC_LOC" = /usr/include && GUI_INC_LOC=.
  1455.     
  1456.   else
  1457.     echo "$ac_t""<not found>" 1>&6 
  1458.     MOTIF_COMMENT=ZZZ  
  1459.   fi
  1460. fi
  1461.  
  1462.  
  1463. if test -z "$MOTIF_COMMENT"; then
  1464.   gui_libs="`echo $x_libraries|sed 's%/^/^/*$%%'` `echo "$GUI_INC_LOC" | sed s/include/lib/` /local/Motif*/lib /local/lib/Motif* /usr/local/Motif*/lib /usr/local/lib/Motif* /usr/Motif*/lib /usr/lib/Motif* /usr/local/lib /usr/local/X11*/lib /usr/lib /usr/lib/X11* /usr/dt/lib $GUI_LIB_LOC"
  1465.   echo $ac_n "checking for location of Motif GUI libs""... $ac_c" 1>&6
  1466.   GUI_LIB_LOC=
  1467.   for try in $gui_libs; do
  1468.     if test -f "$try/libXm.a" -o -f "$try/libXm.so" -o -f "$try/libXm.sl"; then
  1469.       GUI_LIB_LOC=$try
  1470.       if test "`(uname) 2>/dev/null`" = SunOS &&
  1471.             uname -r | grep '^5' >/dev/null; then
  1472.         GUI_LIB_LOC="$GUI_LIB_LOC -R $try"
  1473.       fi
  1474.     fi
  1475.   done
  1476.   if test -n "$GUI_LIB_LOC"; then
  1477.     echo "$ac_t""$GUI_LIB_LOC" 1>&6
  1478.     
  1479.   else
  1480.     echo "$ac_t""<not found>" 1>&6 
  1481.     MOTIF_COMMENT=ZZZ  
  1482.   fi
  1483. fi
  1484.  
  1485. if test -z "$MOTIF_COMMENT"; then
  1486.   ATHENA_COMMENT=ZZZ
  1487. fi
  1488.  
  1489.  
  1490.  
  1491. GUI_X_LIBS=
  1492.  
  1493. if test -z "$ATHENA_COMMENT"; then
  1494.   echo $ac_n "checking if Athena header files can be found""... $ac_c" 1>&6
  1495.   cflags_save=$CFLAGS
  1496.   CFLAGS="$CFLAGS $X_CFLAGS"
  1497.   cat > conftest.$ac_ext <<EOF
  1498. #line 1499 "configure"
  1499. #include "confdefs.h"
  1500.  
  1501. #include <X11/Intrinsic.h>
  1502. #include <X11/Xaw/Paned.h>
  1503. int main() { return 0; }
  1504. int t() {
  1505.  
  1506. ; return 0; }
  1507. EOF
  1508. if { (eval echo configure:1509: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1509.   rm -rf conftest*
  1510.   echo "$ac_t""yes" 1>&6
  1511. else
  1512.   rm -rf conftest*
  1513.   echo "$ac_t""no" 1>&6; ATHENA_COMMENT=ZZZ 
  1514. fi
  1515. rm -f conftest*
  1516.  
  1517.   CFLAGS=$cflags_save
  1518. fi
  1519.  
  1520. if test -z "$ATHENA_COMMENT"; then
  1521.     if test -z "$GUI_INC_LOC"; then
  1522.     GUI_INC_LOC=.
  1523.   fi
  1524.   
  1525.   if test -z "$GUI_LIB_LOC"; then
  1526.     GUI_LIB_LOC=.
  1527.   fi
  1528.   
  1529. fi
  1530.  
  1531. if test -z "$ATHENA_COMMENT" -o -z "$MOTIF_COMMENT"; then
  1532.     ldflags_save=$LDFLAGS
  1533.   LDFLAGS="$LDFLAGS $X_LIBS"
  1534.   echo $ac_n "checking for -lXext""... $ac_c" 1>&6
  1535. ac_lib_var=`echo Xext'_'XShapeQueryExtension | tr './+\055' '__p_'`
  1536. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1537.   echo $ac_n "(cached) $ac_c" 1>&6
  1538. else
  1539.   ac_save_LIBS="$LIBS"
  1540. LIBS="-lXext -lX11 $X_EXTRA_LIBS $LIBS"
  1541. cat > conftest.$ac_ext <<EOF
  1542. #line 1543 "configure"
  1543. #include "confdefs.h"
  1544. /* Override any gcc2 internal prototype to avoid an error.  */
  1545. /* We use char because int might match the return type of a gcc2
  1546.     builtin and then its argument prototype would still apply.  */
  1547. char XShapeQueryExtension();
  1548.  
  1549. int main() { return 0; }
  1550. int t() {
  1551. XShapeQueryExtension()
  1552. ; return 0; }
  1553. EOF
  1554. if { (eval echo configure:1555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1555.   rm -rf conftest*
  1556.   eval "ac_cv_lib_$ac_lib_var=yes"
  1557. else
  1558.   rm -rf conftest*
  1559.   eval "ac_cv_lib_$ac_lib_var=no"
  1560. fi
  1561. rm -f conftest*
  1562. LIBS="$ac_save_LIBS"
  1563.  
  1564. fi
  1565. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1566.   echo "$ac_t""yes" 1>&6
  1567.   GUI_X_LIBS="-lXext"
  1568. else
  1569.   echo "$ac_t""no" 1>&6
  1570. fi
  1571.  
  1572.   LDFLAGS=$ldflags_save
  1573.  
  1574.     echo $ac_n "checking for extra X11 defines""... $ac_c" 1>&6
  1575.   NARROW_PROTO=
  1576.   rm -fr conftestdir
  1577.   if mkdir conftestdir; then
  1578.     cd conftestdir
  1579.     cat > Imakefile <<'EOF'
  1580. acfindx:
  1581.     @echo 'NARROW_PROTO="${PROTO_DEFINES}"'
  1582. EOF
  1583.     if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
  1584.       eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
  1585.     fi
  1586.     cd ..
  1587.     rm -fr conftestdir
  1588.   fi
  1589.   if test -z "$NARROW_PROTO"; then
  1590.     echo "$ac_t""no" 1>&6
  1591.   else
  1592.     echo "$ac_t""$NARROW_PROTO" 1>&6
  1593.   fi
  1594.   
  1595. fi
  1596.  
  1597.  
  1598.  
  1599.  
  1600. echo $ac_n "checking for sequent/ptx""... $ac_c" 1>&6
  1601. cat > conftest.$ac_ext <<EOF
  1602. #line 1603 "configure"
  1603. #include "confdefs.h"
  1604. #ifdef _SEQUENT_
  1605.   yes;
  1606. #endif
  1607.  
  1608. EOF
  1609. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1610.   egrep "yes" >/dev/null 2>&1; then
  1611.   rm -rf conftest*
  1612.   LIBS="$LIBS -linet" echo "$ac_t""yes" 1>&6
  1613. else
  1614.   rm -rf conftest*
  1615.   echo "$ac_t""no" 1>&6
  1616. fi
  1617. rm -f conftest*
  1618.  
  1619.  
  1620. olibs="$LIBS"
  1621. if test -n "$TERM_LIB"; then
  1622.     LIBS="$LIBS $TERM_LIB"
  1623. else
  1624.                 echo $ac_n "checking for -ltermcap""... $ac_c" 1>&6
  1625. ac_lib_var=`echo termcap'_'tgetent | tr './+\055' '__p_'`
  1626. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1627.   echo $ac_n "(cached) $ac_c" 1>&6
  1628. else
  1629.   ac_save_LIBS="$LIBS"
  1630. LIBS="-ltermcap  $LIBS"
  1631. cat > conftest.$ac_ext <<EOF
  1632. #line 1633 "configure"
  1633. #include "confdefs.h"
  1634. /* Override any gcc2 internal prototype to avoid an error.  */
  1635. /* We use char because int might match the return type of a gcc2
  1636.     builtin and then its argument prototype would still apply.  */
  1637. char tgetent();
  1638.  
  1639. int main() { return 0; }
  1640. int t() {
  1641. tgetent()
  1642. ; return 0; }
  1643. EOF
  1644. if { (eval echo configure:1645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1645.   rm -rf conftest*
  1646.   eval "ac_cv_lib_$ac_lib_var=yes"
  1647. else
  1648.   rm -rf conftest*
  1649.   eval "ac_cv_lib_$ac_lib_var=no"
  1650. fi
  1651. rm -f conftest*
  1652. LIBS="$ac_save_LIBS"
  1653.  
  1654. fi
  1655. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1656.   echo "$ac_t""yes" 1>&6
  1657.     ac_tr_lib=HAVE_LIB`echo termcap | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1658.   cat >> confdefs.h <<EOF
  1659. #define $ac_tr_lib 1
  1660. EOF
  1661.  
  1662.   LIBS="-ltermcap $LIBS"
  1663.  
  1664. else
  1665.   echo "$ac_t""no" 1>&6
  1666. echo $ac_n "checking for -ltermlib""... $ac_c" 1>&6
  1667. ac_lib_var=`echo termlib'_'tgetent | tr './+\055' '__p_'`
  1668. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1669.   echo $ac_n "(cached) $ac_c" 1>&6
  1670. else
  1671.   ac_save_LIBS="$LIBS"
  1672. LIBS="-ltermlib  $LIBS"
  1673. cat > conftest.$ac_ext <<EOF
  1674. #line 1675 "configure"
  1675. #include "confdefs.h"
  1676. /* Override any gcc2 internal prototype to avoid an error.  */
  1677. /* We use char because int might match the return type of a gcc2
  1678.     builtin and then its argument prototype would still apply.  */
  1679. char tgetent();
  1680.  
  1681. int main() { return 0; }
  1682. int t() {
  1683. tgetent()
  1684. ; return 0; }
  1685. EOF
  1686. if { (eval echo configure:1687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1687.   rm -rf conftest*
  1688.   eval "ac_cv_lib_$ac_lib_var=yes"
  1689. else
  1690.   rm -rf conftest*
  1691.   eval "ac_cv_lib_$ac_lib_var=no"
  1692. fi
  1693. rm -f conftest*
  1694. LIBS="$ac_save_LIBS"
  1695.  
  1696. fi
  1697. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1698.   echo "$ac_t""yes" 1>&6
  1699.     ac_tr_lib=HAVE_LIB`echo termlib | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1700.   cat >> confdefs.h <<EOF
  1701. #define $ac_tr_lib 1
  1702. EOF
  1703.  
  1704.   LIBS="-ltermlib $LIBS"
  1705.  
  1706. else
  1707.   echo "$ac_t""no" 1>&6
  1708. echo $ac_n "checking for -lcurses""... $ac_c" 1>&6
  1709. ac_lib_var=`echo curses'_'tgetent | tr './+\055' '__p_'`
  1710. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1711.   echo $ac_n "(cached) $ac_c" 1>&6
  1712. else
  1713.   ac_save_LIBS="$LIBS"
  1714. LIBS="-lcurses  $LIBS"
  1715. cat > conftest.$ac_ext <<EOF
  1716. #line 1717 "configure"
  1717. #include "confdefs.h"
  1718. /* Override any gcc2 internal prototype to avoid an error.  */
  1719. /* We use char because int might match the return type of a gcc2
  1720.     builtin and then its argument prototype would still apply.  */
  1721. char tgetent();
  1722.  
  1723. int main() { return 0; }
  1724. int t() {
  1725. tgetent()
  1726. ; return 0; }
  1727. EOF
  1728. if { (eval echo configure:1729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1729.   rm -rf conftest*
  1730.   eval "ac_cv_lib_$ac_lib_var=yes"
  1731. else
  1732.   rm -rf conftest*
  1733.   eval "ac_cv_lib_$ac_lib_var=no"
  1734. fi
  1735. rm -f conftest*
  1736. LIBS="$ac_save_LIBS"
  1737.  
  1738. fi
  1739. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1740.   echo "$ac_t""yes" 1>&6
  1741.     ac_tr_lib=HAVE_LIB`echo curses | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1742.   cat >> confdefs.h <<EOF
  1743. #define $ac_tr_lib 1
  1744. EOF
  1745.  
  1746.   LIBS="-lcurses $LIBS"
  1747.  
  1748. else
  1749.   echo "$ac_t""no" 1>&6
  1750. echo $ac_n "checking for -lncurses""... $ac_c" 1>&6
  1751. ac_lib_var=`echo ncurses'_'tgetent | tr './+\055' '__p_'`
  1752. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1753.   echo $ac_n "(cached) $ac_c" 1>&6
  1754. else
  1755.   ac_save_LIBS="$LIBS"
  1756. LIBS="-lncurses  $LIBS"
  1757. cat > conftest.$ac_ext <<EOF
  1758. #line 1759 "configure"
  1759. #include "confdefs.h"
  1760. /* Override any gcc2 internal prototype to avoid an error.  */
  1761. /* We use char because int might match the return type of a gcc2
  1762.     builtin and then its argument prototype would still apply.  */
  1763. char tgetent();
  1764.  
  1765. int main() { return 0; }
  1766. int t() {
  1767. tgetent()
  1768. ; return 0; }
  1769. EOF
  1770. if { (eval echo configure:1771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1771.   rm -rf conftest*
  1772.   eval "ac_cv_lib_$ac_lib_var=yes"
  1773. else
  1774.   rm -rf conftest*
  1775.   eval "ac_cv_lib_$ac_lib_var=no"
  1776. fi
  1777. rm -f conftest*
  1778. LIBS="$ac_save_LIBS"
  1779.  
  1780. fi
  1781. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1782.   echo "$ac_t""yes" 1>&6
  1783.     ac_tr_lib=HAVE_LIB`echo ncurses | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1784.   cat >> confdefs.h <<EOF
  1785. #define $ac_tr_lib 1
  1786. EOF
  1787.  
  1788.   LIBS="-lncurses $LIBS"
  1789.  
  1790. else
  1791.   echo "$ac_t""no" 1>&6
  1792. fi
  1793.  
  1794. fi
  1795.  
  1796. fi
  1797.  
  1798. fi
  1799.  
  1800. fi
  1801. if test "x$olibs" != "x$LIBS"; then
  1802.   echo $ac_n "checking whether we talk terminfo""... $ac_c" 1>&6
  1803.   if test "$cross_compiling" = yes; then
  1804.   { echo "configure: error: failed to compile test program." 1>&2; exit 1; }
  1805. else
  1806. cat > conftest.$ac_ext <<EOF
  1807. #line 1808 "configure"
  1808. #include "confdefs.h"
  1809. main() { exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); }
  1810. EOF
  1811. { (eval echo configure:1812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1812. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1813.   echo "$ac_t""no -- we are in termcap land" 1>&6
  1814. else
  1815.   echo "$ac_t""yes -- terminfo spoken here" 1>&6; cat >> confdefs.h <<\EOF
  1816. #define TERMINFO 1
  1817. EOF
  1818.  
  1819. fi
  1820. fi
  1821. rm -fr conftest*
  1822. fi
  1823.  
  1824. echo $ac_n "checking quality of toupper""... $ac_c" 1>&6
  1825. if test "$cross_compiling" = yes; then
  1826.   { echo "configure: error: failed to compile test program" 1>&2; exit 1; }
  1827. else
  1828. cat > conftest.$ac_ext <<EOF
  1829. #line 1830 "configure"
  1830. #include "confdefs.h"
  1831. #include <ctype.h>
  1832. main() { exit(toupper('A') == 'A' && tolower('z') == 'z'); }
  1833. EOF
  1834. { (eval echo configure:1835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1835. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1836.   cat >> confdefs.h <<\EOF
  1837. #define BROKEN_TOUPPER 1
  1838. EOF
  1839.  echo "$ac_t""bad" 1>&6
  1840. else
  1841.   echo "$ac_t""good" 1>&6
  1842. fi
  1843. fi
  1844. rm -fr conftest*
  1845.  
  1846. echo $ac_n "checking whether __DATE__ and __TIME__ work""... $ac_c" 1>&6
  1847. cat > conftest.$ac_ext <<EOF
  1848. #line 1849 "configure"
  1849. #include "confdefs.h"
  1850.  
  1851. int main() { return 0; }
  1852. int t() {
  1853. fprintf("(" __DATE__ " " __TIME__ ")");
  1854. ; return 0; }
  1855. EOF
  1856. if { (eval echo configure:1857: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1857.   rm -rf conftest*
  1858.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  1859. #define HAVE_DATE_TIME 1
  1860. EOF
  1861.  
  1862. else
  1863.   rm -rf conftest*
  1864.   echo "$ac_t""no" 1>&6
  1865. fi
  1866. rm -f conftest*
  1867.  
  1868.  
  1869. ac_safe=`echo "elf.h" | tr './\055' '___'`
  1870. echo $ac_n "checking for elf.h""... $ac_c" 1>&6
  1871. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1872.   echo $ac_n "(cached) $ac_c" 1>&6
  1873. else
  1874.   cat > conftest.$ac_ext <<EOF
  1875. #line 1876 "configure"
  1876. #include "confdefs.h"
  1877. #include <elf.h>
  1878. EOF
  1879. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1880. { (eval echo configure:1881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1881. ac_err=`grep -v '^ *+' conftest.out`
  1882. if test -z "$ac_err"; then
  1883.   rm -rf conftest*
  1884.   eval "ac_cv_header_$ac_safe=yes"
  1885. else
  1886.   echo "$ac_err" >&5
  1887.   rm -rf conftest*
  1888.   eval "ac_cv_header_$ac_safe=no"
  1889. fi
  1890. rm -f conftest*
  1891. fi
  1892. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1893.   echo "$ac_t""yes" 1>&6
  1894.   SVR4=1
  1895. else
  1896.   echo "$ac_t""no" 1>&6
  1897. fi
  1898.  
  1899. if test "$SVR4" = 1; then cat >> confdefs.h <<\EOF
  1900. #define SVR4 1
  1901. EOF
  1902.  echo $ac_n "checking for -lelf""... $ac_c" 1>&6
  1903. ac_lib_var=`echo elf'_'main | tr './+\055' '__p_'`
  1904. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1905.   echo $ac_n "(cached) $ac_c" 1>&6
  1906. else
  1907.   ac_save_LIBS="$LIBS"
  1908. LIBS="-lelf  $LIBS"
  1909. cat > conftest.$ac_ext <<EOF
  1910. #line 1911 "configure"
  1911. #include "confdefs.h"
  1912.  
  1913. int main() { return 0; }
  1914. int t() {
  1915. main()
  1916. ; return 0; }
  1917. EOF
  1918. if { (eval echo configure:1919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1919.   rm -rf conftest*
  1920.   eval "ac_cv_lib_$ac_lib_var=yes"
  1921. else
  1922.   rm -rf conftest*
  1923.   eval "ac_cv_lib_$ac_lib_var=no"
  1924. fi
  1925. rm -f conftest*
  1926. LIBS="$ac_save_LIBS"
  1927.  
  1928. fi
  1929. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1930.   echo "$ac_t""yes" 1>&6
  1931.     ac_tr_lib=HAVE_LIB`echo elf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1932.   cat >> confdefs.h <<EOF
  1933. #define $ac_tr_lib 1
  1934. EOF
  1935.  
  1936.   LIBS="-lelf $LIBS"
  1937.  
  1938. else
  1939.   echo "$ac_t""no" 1>&6
  1940. fi
  1941.  fi
  1942.  
  1943. ac_header_dirent=no
  1944. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1945. do
  1946. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1947. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  1948. if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  1949.   echo $ac_n "(cached) $ac_c" 1>&6
  1950. else
  1951.   cat > conftest.$ac_ext <<EOF
  1952. #line 1953 "configure"
  1953. #include "confdefs.h"
  1954. #include <sys/types.h>
  1955. #include <$ac_hdr>
  1956. int main() { return 0; }
  1957. int t() {
  1958. DIR *dirp = 0;
  1959. ; return 0; }
  1960. EOF
  1961. if { (eval echo configure:1962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1962.   rm -rf conftest*
  1963.   eval "ac_cv_header_dirent_$ac_safe=yes"
  1964. else
  1965.   rm -rf conftest*
  1966.   eval "ac_cv_header_dirent_$ac_safe=no"
  1967. fi
  1968. rm -f conftest*
  1969.  
  1970. fi
  1971. if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  1972.   echo "$ac_t""yes" 1>&6
  1973.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdedfghijklmnopqrstuvwxyz./\055' 'ABCDEDFGHIJKLMNOPQRSTUVWXYZ___'`
  1974.   cat >> confdefs.h <<EOF
  1975. #define $ac_tr_hdr 1
  1976. EOF
  1977.  ac_header_dirent=$ac_hdr; break
  1978. else
  1979.   echo "$ac_t""no" 1>&6
  1980. fi
  1981. done
  1982. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1983. if test $ac_header_dirent = dirent.h; then
  1984. echo $ac_n "checking for -ldir""... $ac_c" 1>&6
  1985. ac_lib_var=`echo dir'_'opendir | tr './+\055' '__p_'`
  1986. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1987.   echo $ac_n "(cached) $ac_c" 1>&6
  1988. else
  1989.   ac_save_LIBS="$LIBS"
  1990. LIBS="-ldir  $LIBS"
  1991. cat > conftest.$ac_ext <<EOF
  1992. #line 1993 "configure"
  1993. #include "confdefs.h"
  1994. /* Override any gcc2 internal prototype to avoid an error.  */
  1995. /* We use char because int might match the return type of a gcc2
  1996.     builtin and then its argument prototype would still apply.  */
  1997. char opendir();
  1998.  
  1999. int main() { return 0; }
  2000. int t() {
  2001. opendir()
  2002. ; return 0; }
  2003. EOF
  2004. if { (eval echo configure:2005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2005.   rm -rf conftest*
  2006.   eval "ac_cv_lib_$ac_lib_var=yes"
  2007. else
  2008.   rm -rf conftest*
  2009.   eval "ac_cv_lib_$ac_lib_var=no"
  2010. fi
  2011. rm -f conftest*
  2012. LIBS="$ac_save_LIBS"
  2013.  
  2014. fi
  2015. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2016.   echo "$ac_t""yes" 1>&6
  2017.   LIBS="$LIBS -ldir"
  2018. else
  2019.   echo "$ac_t""no" 1>&6
  2020. fi
  2021.  
  2022. else
  2023. echo $ac_n "checking for -lx""... $ac_c" 1>&6
  2024. ac_lib_var=`echo x'_'opendir | tr './+\055' '__p_'`
  2025. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2026.   echo $ac_n "(cached) $ac_c" 1>&6
  2027. else
  2028.   ac_save_LIBS="$LIBS"
  2029. LIBS="-lx  $LIBS"
  2030. cat > conftest.$ac_ext <<EOF
  2031. #line 2032 "configure"
  2032. #include "confdefs.h"
  2033. /* Override any gcc2 internal prototype to avoid an error.  */
  2034. /* We use char because int might match the return type of a gcc2
  2035.     builtin and then its argument prototype would still apply.  */
  2036. char opendir();
  2037.  
  2038. int main() { return 0; }
  2039. int t() {
  2040. opendir()
  2041. ; return 0; }
  2042. EOF
  2043. if { (eval echo configure:2044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2044.   rm -rf conftest*
  2045.   eval "ac_cv_lib_$ac_lib_var=yes"
  2046. else
  2047.   rm -rf conftest*
  2048.   eval "ac_cv_lib_$ac_lib_var=no"
  2049. fi
  2050. rm -f conftest*
  2051. LIBS="$ac_save_LIBS"
  2052.  
  2053. fi
  2054. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2055.   echo "$ac_t""yes" 1>&6
  2056.   LIBS="$LIBS -lx"
  2057. else
  2058.   echo "$ac_t""no" 1>&6
  2059. fi
  2060.  
  2061. fi
  2062.  
  2063.  
  2064. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  2065. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  2066.   echo $ac_n "(cached) $ac_c" 1>&6
  2067. else
  2068.   cat > conftest.$ac_ext <<EOF
  2069. #line 2070 "configure"
  2070. #include "confdefs.h"
  2071. #include <stdlib.h>
  2072. #include <stdarg.h>
  2073. #include <string.h>
  2074. #include <float.h>
  2075. EOF
  2076. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2077. { (eval echo configure:2078: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2078. ac_err=`grep -v '^ *+' conftest.out`
  2079. if test -z "$ac_err"; then
  2080.   rm -rf conftest*
  2081.   ac_cv_header_stdc=yes
  2082. else
  2083.   echo "$ac_err" >&5
  2084.   rm -rf conftest*
  2085.   ac_cv_header_stdc=no
  2086. fi
  2087. rm -f conftest*
  2088.  
  2089. if test $ac_cv_header_stdc = yes; then
  2090.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2091. cat > conftest.$ac_ext <<EOF
  2092. #line 2093 "configure"
  2093. #include "confdefs.h"
  2094. #include <string.h>
  2095. EOF
  2096. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2097.   egrep "memchr" >/dev/null 2>&1; then
  2098.   :
  2099. else
  2100.   rm -rf conftest*
  2101.   ac_cv_header_stdc=no
  2102. fi
  2103. rm -f conftest*
  2104.  
  2105. fi
  2106.  
  2107. if test $ac_cv_header_stdc = yes; then
  2108.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2109. cat > conftest.$ac_ext <<EOF
  2110. #line 2111 "configure"
  2111. #include "confdefs.h"
  2112. #include <stdlib.h>
  2113. EOF
  2114. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2115.   egrep "free" >/dev/null 2>&1; then
  2116.   :
  2117. else
  2118.   rm -rf conftest*
  2119.   ac_cv_header_stdc=no
  2120. fi
  2121. rm -f conftest*
  2122.  
  2123. fi
  2124.  
  2125. if test $ac_cv_header_stdc = yes; then
  2126.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2127. if test "$cross_compiling" = yes; then
  2128.   :
  2129. else
  2130. cat > conftest.$ac_ext <<EOF
  2131. #line 2132 "configure"
  2132. #include "confdefs.h"
  2133. #include <ctype.h>
  2134. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2135. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2136. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2137. int main () { int i; for (i = 0; i < 256; i++)
  2138. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2139. exit (0); }
  2140.  
  2141. EOF
  2142. { (eval echo configure:2143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  2143. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2144.   :
  2145. else
  2146.   ac_cv_header_stdc=no
  2147. fi
  2148. fi
  2149. rm -fr conftest*
  2150. fi
  2151. fi
  2152.  
  2153. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  2154. if test $ac_cv_header_stdc = yes; then
  2155.   cat >> confdefs.h <<\EOF
  2156. #define STDC_HEADERS 1
  2157. EOF
  2158.  
  2159. fi
  2160.  
  2161. echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
  2162. if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
  2163.   echo $ac_n "(cached) $ac_c" 1>&6
  2164. else
  2165.   cat > conftest.$ac_ext <<EOF
  2166. #line 2167 "configure"
  2167. #include "confdefs.h"
  2168. #include <sys/types.h>
  2169. #include <sys/wait.h>
  2170. #ifndef WEXITSTATUS
  2171. #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  2172. #endif
  2173. #ifndef WIFEXITED
  2174. #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  2175. #endif
  2176. int main() { return 0; }
  2177. int t() {
  2178. int s;
  2179. wait (&s);
  2180. s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  2181. ; return 0; }
  2182. EOF
  2183. if { (eval echo configure:2184: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2184.   rm -rf conftest*
  2185.   ac_cv_header_sys_wait_h=yes
  2186. else
  2187.   rm -rf conftest*
  2188.   ac_cv_header_sys_wait_h=no
  2189. fi
  2190. rm -f conftest*
  2191.  
  2192. fi
  2193.  
  2194. echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
  2195. if test $ac_cv_header_sys_wait_h = yes; then
  2196.   cat >> confdefs.h <<\EOF
  2197. #define HAVE_SYS_WAIT_H 1
  2198. EOF
  2199.  
  2200. fi
  2201.  
  2202.  
  2203. if test $ac_cv_header_sys_wait_h = no; then
  2204.    echo $ac_n "checking for sys/wait.h that defines union wait""... $ac_c" 1>&6
  2205.    cat > conftest.$ac_ext <<EOF
  2206. #line 2207 "configure"
  2207. #include "confdefs.h"
  2208. #include <sys/wait.h>
  2209. int main() { return 0; }
  2210. int t() {
  2211. union wait xx, yy; xx = yy
  2212. ; return 0; }
  2213. EOF
  2214. if { (eval echo configure:2215: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2215.   rm -rf conftest*
  2216.   echo "$ac_t""yes" 1>&6
  2217.             cat >> confdefs.h <<\EOF
  2218. #define HAVE_SYS_WAIT_H 1
  2219. EOF
  2220.  
  2221.             cat >> confdefs.h <<\EOF
  2222. #define HAVE_UNION_WAIT 1
  2223. EOF
  2224.  
  2225. else
  2226.   rm -rf conftest*
  2227.   echo "$ac_t""no" 1>&6
  2228. fi
  2229. rm -f conftest*
  2230.  
  2231. fi
  2232.  
  2233. for ac_hdr in stdlib.h string.h sys/select.h sys/utsname.h termcap.h
  2234. do
  2235. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2236. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2237. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2238.   echo $ac_n "(cached) $ac_c" 1>&6
  2239. else
  2240.   cat > conftest.$ac_ext <<EOF
  2241. #line 2242 "configure"
  2242. #include "confdefs.h"
  2243. #include <$ac_hdr>
  2244. EOF
  2245. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2246. { (eval echo configure:2247: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2247. ac_err=`grep -v '^ *+' conftest.out`
  2248. if test -z "$ac_err"; then
  2249.   rm -rf conftest*
  2250.   eval "ac_cv_header_$ac_safe=yes"
  2251. else
  2252.   echo "$ac_err" >&5
  2253.   rm -rf conftest*
  2254.   eval "ac_cv_header_$ac_safe=no"
  2255. fi
  2256. rm -f conftest*
  2257. fi
  2258. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2259.   echo "$ac_t""yes" 1>&6
  2260.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2261.   cat >> confdefs.h <<EOF
  2262. #define $ac_tr_hdr 1
  2263. EOF
  2264.  
  2265. else
  2266.   echo "$ac_t""no" 1>&6
  2267. fi
  2268. done
  2269.  
  2270. for ac_hdr in fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h
  2271. do
  2272. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2273. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2274. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2275.   echo $ac_n "(cached) $ac_c" 1>&6
  2276. else
  2277.   cat > conftest.$ac_ext <<EOF
  2278. #line 2279 "configure"
  2279. #include "confdefs.h"
  2280. #include <$ac_hdr>
  2281. EOF
  2282. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2283. { (eval echo configure:2284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2284. ac_err=`grep -v '^ *+' conftest.out`
  2285. if test -z "$ac_err"; then
  2286.   rm -rf conftest*
  2287.   eval "ac_cv_header_$ac_safe=yes"
  2288. else
  2289.   echo "$ac_err" >&5
  2290.   rm -rf conftest*
  2291.   eval "ac_cv_header_$ac_safe=no"
  2292. fi
  2293. rm -f conftest*
  2294. fi
  2295. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2296.   echo "$ac_t""yes" 1>&6
  2297.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2298.   cat >> confdefs.h <<EOF
  2299. #define $ac_tr_hdr 1
  2300. EOF
  2301.  
  2302. else
  2303.   echo "$ac_t""no" 1>&6
  2304. fi
  2305. done
  2306.  
  2307. for ac_hdr in unistd.h stropts.h errno.h strings.h sys/systeminfo.h locale.h
  2308. do
  2309. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2310. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2311. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2312.   echo $ac_n "(cached) $ac_c" 1>&6
  2313. else
  2314.   cat > conftest.$ac_ext <<EOF
  2315. #line 2316 "configure"
  2316. #include "confdefs.h"
  2317. #include <$ac_hdr>
  2318. EOF
  2319. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2320. { (eval echo configure:2321: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2321. ac_err=`grep -v '^ *+' conftest.out`
  2322. if test -z "$ac_err"; then
  2323.   rm -rf conftest*
  2324.   eval "ac_cv_header_$ac_safe=yes"
  2325. else
  2326.   echo "$ac_err" >&5
  2327.   rm -rf conftest*
  2328.   eval "ac_cv_header_$ac_safe=no"
  2329. fi
  2330. rm -f conftest*
  2331. fi
  2332. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2333.   echo "$ac_t""yes" 1>&6
  2334.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2335.   cat >> confdefs.h <<EOF
  2336. #define $ac_tr_hdr 1
  2337. EOF
  2338.  
  2339. else
  2340.   echo "$ac_t""no" 1>&6
  2341. fi
  2342. done
  2343.  
  2344. for ac_hdr in sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h
  2345. do
  2346. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2347. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2348. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2349.   echo $ac_n "(cached) $ac_c" 1>&6
  2350. else
  2351.   cat > conftest.$ac_ext <<EOF
  2352. #line 2353 "configure"
  2353. #include "confdefs.h"
  2354. #include <$ac_hdr>
  2355. EOF
  2356. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2357. { (eval echo configure:2358: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2358. ac_err=`grep -v '^ *+' conftest.out`
  2359. if test -z "$ac_err"; then
  2360.   rm -rf conftest*
  2361.   eval "ac_cv_header_$ac_safe=yes"
  2362. else
  2363.   echo "$ac_err" >&5
  2364.   rm -rf conftest*
  2365.   eval "ac_cv_header_$ac_safe=no"
  2366. fi
  2367. rm -f conftest*
  2368. fi
  2369. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2370.   echo "$ac_t""yes" 1>&6
  2371.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2372.   cat >> confdefs.h <<EOF
  2373. #define $ac_tr_hdr 1
  2374. EOF
  2375.  
  2376. else
  2377.   echo "$ac_t""no" 1>&6
  2378. fi
  2379. done
  2380.  
  2381. for ac_hdr in sys/poll.h pwd.h
  2382. do
  2383. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  2384. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2385. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2386.   echo $ac_n "(cached) $ac_c" 1>&6
  2387. else
  2388.   cat > conftest.$ac_ext <<EOF
  2389. #line 2390 "configure"
  2390. #include "confdefs.h"
  2391. #include <$ac_hdr>
  2392. EOF
  2393. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2394. { (eval echo configure:2395: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2395. ac_err=`grep -v '^ *+' conftest.out`
  2396. if test -z "$ac_err"; then
  2397.   rm -rf conftest*
  2398.   eval "ac_cv_header_$ac_safe=yes"
  2399. else
  2400.   echo "$ac_err" >&5
  2401.   rm -rf conftest*
  2402.   eval "ac_cv_header_$ac_safe=no"
  2403. fi
  2404. rm -f conftest*
  2405. fi
  2406. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2407.   echo "$ac_t""yes" 1>&6
  2408.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  2409.   cat >> confdefs.h <<EOF
  2410. #define $ac_tr_hdr 1
  2411. EOF
  2412.  
  2413. else
  2414.   echo "$ac_t""no" 1>&6
  2415. fi
  2416. done
  2417.  
  2418.  
  2419. echo $ac_n "checking for working const""... $ac_c" 1>&6
  2420. if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  2421.   echo $ac_n "(cached) $ac_c" 1>&6
  2422. else
  2423.   cat > conftest.$ac_ext <<EOF
  2424. #line 2425 "configure"
  2425. #include "confdefs.h"
  2426.  
  2427. int main() { return 0; }
  2428. int t() {
  2429.  
  2430. /* Ultrix mips cc rejects this.  */
  2431. typedef int charset[2]; const charset x;
  2432. /* SunOS 4.1.1 cc rejects this.  */
  2433. char const *const *ccp;
  2434. char **p;
  2435. /* NEC SVR4.0.2 mips cc rejects this.  */
  2436. struct point {int x, y;};
  2437. static struct point const zero = {0,0};
  2438. /* AIX XL C 1.02.0.0 rejects this.
  2439.    It does not let you subtract one const X* pointer from another in an arm
  2440.    of an if-expression whose if-part is not a constant expression */
  2441. const char *g = "string";
  2442. ccp = &g + (g ? g-g : 0);
  2443. /* HPUX 7.0 cc rejects these. */
  2444. ++ccp;
  2445. p = (char**) ccp;
  2446. ccp = (char const *const *) p;
  2447. { /* SCO 3.2v4 cc rejects this.  */
  2448.   char *t;
  2449.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  2450.  
  2451.   *t++ = 0;
  2452. }
  2453. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  2454.   int x[] = {25, 17};
  2455.   const int *foo = &x[0];
  2456.   ++foo;
  2457. }
  2458. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  2459.   typedef const int *iptr;
  2460.   iptr p = 0;
  2461.   ++p;
  2462. }
  2463. { /* AIX XL C 1.02.0.0 rejects this saying
  2464.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  2465.   struct s { int j; const int *ap[3]; };
  2466.   struct s *b; b->j = 5;
  2467. }
  2468. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  2469.   const int foo = 10;
  2470. }
  2471.  
  2472. ; return 0; }
  2473. EOF
  2474. if { (eval echo configure:2475: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2475.   rm -rf conftest*
  2476.   ac_cv_c_const=yes
  2477. else
  2478.   rm -rf conftest*
  2479.   ac_cv_c_const=no
  2480. fi
  2481. rm -f conftest*
  2482.  
  2483. fi
  2484.  
  2485. echo "$ac_t""$ac_cv_c_const" 1>&6
  2486. if test $ac_cv_c_const = no; then
  2487.   cat >> confdefs.h <<\EOF
  2488. #define const 
  2489. EOF
  2490.  
  2491. fi
  2492.  
  2493. echo $ac_n "checking for mode_t""... $ac_c" 1>&6
  2494. if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
  2495.   echo $ac_n "(cached) $ac_c" 1>&6
  2496. else
  2497.   cat > conftest.$ac_ext <<EOF
  2498. #line 2499 "configure"
  2499. #include "confdefs.h"
  2500. #include <sys/types.h>
  2501. #if STDC_HEADERS
  2502. #include <stdlib.h>
  2503. #endif
  2504. EOF
  2505. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2506.   egrep "mode_t" >/dev/null 2>&1; then
  2507.   rm -rf conftest*
  2508.   ac_cv_type_mode_t=yes
  2509. else
  2510.   rm -rf conftest*
  2511.   ac_cv_type_mode_t=no
  2512. fi
  2513. rm -f conftest*
  2514.  
  2515. fi
  2516. echo "$ac_t""$ac_cv_type_mode_t" 1>&6
  2517. if test $ac_cv_type_mode_t = no; then
  2518.   cat >> confdefs.h <<\EOF
  2519. #define mode_t int
  2520. EOF
  2521.  
  2522. fi
  2523.  
  2524. echo $ac_n "checking for off_t""... $ac_c" 1>&6
  2525. if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
  2526.   echo $ac_n "(cached) $ac_c" 1>&6
  2527. else
  2528.   cat > conftest.$ac_ext <<EOF
  2529. #line 2530 "configure"
  2530. #include "confdefs.h"
  2531. #include <sys/types.h>
  2532. #if STDC_HEADERS
  2533. #include <stdlib.h>
  2534. #endif
  2535. EOF
  2536. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2537.   egrep "off_t" >/dev/null 2>&1; then
  2538.   rm -rf conftest*
  2539.   ac_cv_type_off_t=yes
  2540. else
  2541.   rm -rf conftest*
  2542.   ac_cv_type_off_t=no
  2543. fi
  2544. rm -f conftest*
  2545.  
  2546. fi
  2547. echo "$ac_t""$ac_cv_type_off_t" 1>&6
  2548. if test $ac_cv_type_off_t = no; then
  2549.   cat >> confdefs.h <<\EOF
  2550. #define off_t long
  2551. EOF
  2552.  
  2553. fi
  2554.  
  2555. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  2556. if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
  2557.   echo $ac_n "(cached) $ac_c" 1>&6
  2558. else
  2559.   cat > conftest.$ac_ext <<EOF
  2560. #line 2561 "configure"
  2561. #include "confdefs.h"
  2562. #include <sys/types.h>
  2563. #if STDC_HEADERS
  2564. #include <stdlib.h>
  2565. #endif
  2566. EOF
  2567. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2568.   egrep "pid_t" >/dev/null 2>&1; then
  2569.   rm -rf conftest*
  2570.   ac_cv_type_pid_t=yes
  2571. else
  2572.   rm -rf conftest*
  2573.   ac_cv_type_pid_t=no
  2574. fi
  2575. rm -f conftest*
  2576.  
  2577. fi
  2578. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  2579. if test $ac_cv_type_pid_t = no; then
  2580.   cat >> confdefs.h <<\EOF
  2581. #define pid_t int
  2582. EOF
  2583.  
  2584. fi
  2585.  
  2586. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  2587. if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  2588.   echo $ac_n "(cached) $ac_c" 1>&6
  2589. else
  2590.   cat > conftest.$ac_ext <<EOF
  2591. #line 2592 "configure"
  2592. #include "confdefs.h"
  2593. #include <sys/types.h>
  2594. #if STDC_HEADERS
  2595. #include <stdlib.h>
  2596. #endif
  2597. EOF
  2598. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2599.   egrep "size_t" >/dev/null 2>&1; then
  2600.   rm -rf conftest*
  2601.   ac_cv_type_size_t=yes
  2602. else
  2603.   rm -rf conftest*
  2604.   ac_cv_type_size_t=no
  2605. fi
  2606. rm -f conftest*
  2607.  
  2608. fi
  2609. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  2610. if test $ac_cv_type_size_t = no; then
  2611.   cat >> confdefs.h <<\EOF
  2612. #define size_t unsigned
  2613. EOF
  2614.  
  2615. fi
  2616.  
  2617. echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
  2618. if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
  2619.   echo $ac_n "(cached) $ac_c" 1>&6
  2620. else
  2621.   cat > conftest.$ac_ext <<EOF
  2622. #line 2623 "configure"
  2623. #include "confdefs.h"
  2624. #include <sys/types.h>
  2625. EOF
  2626. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2627.   egrep "uid_t" >/dev/null 2>&1; then
  2628.   rm -rf conftest*
  2629.   ac_cv_type_uid_t=yes
  2630. else
  2631.   rm -rf conftest*
  2632.   ac_cv_type_uid_t=no
  2633. fi
  2634. rm -f conftest*
  2635.  
  2636. fi
  2637.  
  2638. echo "$ac_t""$ac_cv_type_uid_t" 1>&6
  2639. if test $ac_cv_type_uid_t = no; then
  2640.   cat >> confdefs.h <<\EOF
  2641. #define uid_t int
  2642. EOF
  2643.  
  2644.   cat >> confdefs.h <<\EOF
  2645. #define gid_t int
  2646. EOF
  2647.  
  2648. fi
  2649.  
  2650. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  2651. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  2652.   echo $ac_n "(cached) $ac_c" 1>&6
  2653. else
  2654.   cat > conftest.$ac_ext <<EOF
  2655. #line 2656 "configure"
  2656. #include "confdefs.h"
  2657. #include <sys/types.h>
  2658. #include <sys/time.h>
  2659. #include <time.h>
  2660. int main() { return 0; }
  2661. int t() {
  2662. struct tm *tp;
  2663. ; return 0; }
  2664. EOF
  2665. if { (eval echo configure:2666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2666.   rm -rf conftest*
  2667.   ac_cv_header_time=yes
  2668. else
  2669.   rm -rf conftest*
  2670.   ac_cv_header_time=no
  2671. fi
  2672. rm -f conftest*
  2673.  
  2674. fi
  2675.  
  2676. echo "$ac_t""$ac_cv_header_time" 1>&6
  2677. if test $ac_cv_header_time = yes; then
  2678.   cat >> confdefs.h <<\EOF
  2679. #define TIME_WITH_SYS_TIME 1
  2680. EOF
  2681.  
  2682. fi
  2683.  
  2684.  
  2685. echo $ac_n "checking whether termcap.h contains ospeed""... $ac_c" 1>&6
  2686. cat > conftest.$ac_ext <<EOF
  2687. #line 2688 "configure"
  2688. #include "confdefs.h"
  2689.  
  2690. #ifdef HAVE_TERMCAP_H
  2691. # include <termcap.h>
  2692. #endif
  2693.             
  2694. int main() { return 0; }
  2695. int t() {
  2696. ospeed = 20000
  2697. ; return 0; }
  2698. EOF
  2699. if { (eval echo configure:2700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2700.   rm -rf conftest*
  2701.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  2702. #define HAVE_OSPEED 1
  2703. EOF
  2704.  
  2705. else
  2706.   rm -rf conftest*
  2707.   echo "$ac_t""no" 1>&6
  2708.     echo $ac_n "checking whether ospeed can be extern""... $ac_c" 1>&6
  2709.     cat > conftest.$ac_ext <<EOF
  2710. #line 2711 "configure"
  2711. #include "confdefs.h"
  2712.  
  2713. #ifdef HAVE_TERMCAP_H
  2714. # include <termcap.h>
  2715. #endif
  2716. extern short ospeed;
  2717.             
  2718. int main() { return 0; }
  2719. int t() {
  2720. ospeed = 20000
  2721. ; return 0; }
  2722. EOF
  2723. if { (eval echo configure:2724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2724.   rm -rf conftest*
  2725.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  2726. #define OSPEED_EXTERN 1
  2727. EOF
  2728.  
  2729. else
  2730.   rm -rf conftest*
  2731.   echo "$ac_t""no" 1>&6
  2732. fi
  2733. rm -f conftest*
  2734.  
  2735.     
  2736. fi
  2737. rm -f conftest*
  2738.  
  2739.  
  2740. echo $ac_n "checking whether termcap.h contains UP, BC and PC""... $ac_c" 1>&6
  2741. cat > conftest.$ac_ext <<EOF
  2742. #line 2743 "configure"
  2743. #include "confdefs.h"
  2744.  
  2745. #ifdef HAVE_TERMCAP_H
  2746. # include <termcap.h>
  2747. #endif
  2748.             
  2749. int main() { return 0; }
  2750. int t() {
  2751. if (UP == 0 && BC == 0) PC = 1
  2752. ; return 0; }
  2753. EOF
  2754. if { (eval echo configure:2755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2755.   rm -rf conftest*
  2756.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  2757. #define HAVE_UP_BC_PC 1
  2758. EOF
  2759.  
  2760. else
  2761.   rm -rf conftest*
  2762.   echo "$ac_t""no" 1>&6
  2763.     echo $ac_n "checking whether UP, BC and PC can be extern""... $ac_c" 1>&6
  2764.     cat > conftest.$ac_ext <<EOF
  2765. #line 2766 "configure"
  2766. #include "confdefs.h"
  2767.  
  2768. #ifdef HAVE_TERMCAP_H
  2769. # include <termcap.h>
  2770. #endif
  2771. extern char *UP, *BC, PC;
  2772.             
  2773. int main() { return 0; }
  2774. int t() {
  2775. if (UP == 0 && BC == 0) PC = 1
  2776. ; return 0; }
  2777. EOF
  2778. if { (eval echo configure:2779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  2779.   rm -rf conftest*
  2780.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  2781. #define UP_BC_PC_EXTERN 1
  2782. EOF
  2783.  
  2784. else
  2785.   rm -rf conftest*
  2786.   echo "$ac_t""no" 1>&6
  2787. fi
  2788. rm -f conftest*
  2789.  
  2790.     
  2791. fi
  2792. rm -f conftest*
  2793.  
  2794.  
  2795. echo $ac_n "checking whether tputs() uses outfuntype""... $ac_c" 1>&6
  2796. cat > conftest.$ac_ext <<EOF
  2797. #line 2798 "configure"
  2798. #include "confdefs.h"
  2799.  
  2800. #ifdef HAVE_TERMCAP_H
  2801. # include <termcap.h>
  2802. #endif
  2803.             
  2804. int main() { return 0; }
  2805. int t() {
  2806. extern int xx(); tputs("test", 1, (outfuntype)xx)
  2807. ; return 0; }
  2808. EOF
  2809. if { (eval echo configure:2810: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2810.   rm -rf conftest*
  2811.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  2812. #define HAVE_OUTFUNTYPE 1
  2813. EOF
  2814.  
  2815. else
  2816.   rm -rf conftest*
  2817.   echo "$ac_t""no" 1>&6
  2818. fi
  2819. rm -f conftest*
  2820.  
  2821.  
  2822. echo $ac_n "checking whether sys/select.h and sys/time.h may both be included""... $ac_c" 1>&6
  2823. cat > conftest.$ac_ext <<EOF
  2824. #line 2825 "configure"
  2825. #include "confdefs.h"
  2826.  
  2827. #include <sys/types.h>
  2828. #include <sys/time.h>
  2829. #include <sys/select.h>
  2830. int main() { return 0; }
  2831. int t() {
  2832.  
  2833. ; return 0; }
  2834. EOF
  2835. if { (eval echo configure:2836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2836.   rm -rf conftest*
  2837.   echo "$ac_t""yes" 1>&6
  2838.             cat >> confdefs.h <<\EOF
  2839. #define SYS_SELECT_WITH_SYS_TIME 1
  2840. EOF
  2841.  
  2842. else
  2843.   rm -rf conftest*
  2844.   echo "$ac_t""no" 1>&6
  2845. fi
  2846. rm -f conftest*
  2847.  
  2848.  
  2849.  
  2850. if test $ac_cv_prog_gcc = yes; then
  2851.     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
  2852. if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  2853.   echo $ac_n "(cached) $ac_c" 1>&6
  2854. else
  2855.     ac_pattern="Autoconf.*'x'"
  2856.   cat > conftest.$ac_ext <<EOF
  2857. #line 2858 "configure"
  2858. #include "confdefs.h"
  2859. #include <sgtty.h>
  2860. Autoconf TIOCGETP
  2861. EOF
  2862. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2863.   egrep "$ac_pattern" >/dev/null 2>&1; then
  2864.   rm -rf conftest*
  2865.   ac_cv_prog_gcc_traditional=yes
  2866. else
  2867.   rm -rf conftest*
  2868.   ac_cv_prog_gcc_traditional=no
  2869. fi
  2870. rm -f conftest*
  2871.  
  2872.  
  2873.   if test $ac_cv_prog_gcc_traditional = no; then
  2874.     cat > conftest.$ac_ext <<EOF
  2875. #line 2876 "configure"
  2876. #include "confdefs.h"
  2877. #include <termio.h>
  2878. Autoconf TCGETA
  2879. EOF
  2880. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2881.   egrep "$ac_pattern" >/dev/null 2>&1; then
  2882.   rm -rf conftest*
  2883.   ac_cv_prog_gcc_traditional=yes
  2884. fi
  2885. rm -f conftest*
  2886.  
  2887.   fi
  2888. fi
  2889.  
  2890. echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  2891.   if test $ac_cv_prog_gcc_traditional = yes; then
  2892.     CC="$CC -traditional"
  2893.   fi
  2894. fi
  2895.  
  2896. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  2897. if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  2898.   echo $ac_n "(cached) $ac_c" 1>&6
  2899. else
  2900.   cat > conftest.$ac_ext <<EOF
  2901. #line 2902 "configure"
  2902. #include "confdefs.h"
  2903. #include <sys/types.h>
  2904. #include <signal.h>
  2905. #ifdef signal
  2906. #undef signal
  2907. #endif
  2908. #ifdef __cplusplus
  2909. extern "C" void (*signal (int, void (*)(int)))(int);
  2910. #else
  2911. void (*signal ()) ();
  2912. #endif
  2913.  
  2914. int main() { return 0; }
  2915. int t() {
  2916. int i;
  2917. ; return 0; }
  2918. EOF
  2919. if { (eval echo configure:2920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2920.   rm -rf conftest*
  2921.   ac_cv_type_signal=void
  2922. else
  2923.   rm -rf conftest*
  2924.   ac_cv_type_signal=int
  2925. fi
  2926. rm -f conftest*
  2927.  
  2928. fi
  2929.  
  2930. echo "$ac_t""$ac_cv_type_signal" 1>&6
  2931. cat >> confdefs.h <<EOF
  2932. #define RETSIGTYPE $ac_cv_type_signal
  2933. EOF
  2934.  
  2935.  
  2936.  
  2937. if test $ac_cv_type_signal = void; then
  2938.    cat >> confdefs.h <<\EOF
  2939. #define SIGRETURN return
  2940. EOF
  2941.  
  2942. else
  2943.    cat >> confdefs.h <<\EOF
  2944. #define SIGRETURN return 0
  2945. EOF
  2946.  
  2947. fi
  2948.  
  2949. echo $ac_n "checking getcwd implementation""... $ac_c" 1>&6
  2950. if test "$cross_compiling" = yes; then
  2951.   { echo "configure: error: failed to compile test program" 1>&2; exit 1; }
  2952. else
  2953. cat > conftest.$ac_ext <<EOF
  2954. #line 2955 "configure"
  2955. #include "confdefs.h"
  2956.  
  2957. char *dagger[] = { "IFS=pwd", 0 };
  2958. main()
  2959. {
  2960.   char buffer[500];
  2961.   extern char **environ;
  2962.   environ = dagger;
  2963.   return getcwd(buffer, 500) ? 0 : 1;
  2964. }
  2965. EOF
  2966. { (eval echo configure:2967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  2967. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  2968.   echo "$ac_t""it is usable" 1>&6
  2969. else
  2970.   echo "$ac_t""it stinks" 1>&6
  2971.         cat >> confdefs.h <<\EOF
  2972. #define BAD_GETCWD 1
  2973. EOF
  2974.  
  2975. fi
  2976. fi
  2977. rm -fr conftest*
  2978.  
  2979. for ac_func in sigset getcwd getwd select strcspn strtol killpg
  2980. do
  2981. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2982. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2983.   echo $ac_n "(cached) $ac_c" 1>&6
  2984. else
  2985.   cat > conftest.$ac_ext <<EOF
  2986. #line 2987 "configure"
  2987. #include "confdefs.h"
  2988. /* System header to define __stub macros and hopefully few prototypes,
  2989.     which can conflict with char $ac_func(); below.  */
  2990. #include <assert.h>
  2991. /* Override any gcc2 internal prototype to avoid an error.  */
  2992. /* We use char because int might match the return type of a gcc2
  2993.     builtin and then its argument prototype would still apply.  */
  2994. char $ac_func();
  2995.  
  2996. int main() { return 0; }
  2997. int t() {
  2998.  
  2999. /* The GNU C library defines this for functions which it implements
  3000.     to always fail with ENOSYS.  Some functions are actually named
  3001.     something starting with __ and the normal name is an alias.  */
  3002. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3003. choke me
  3004. #else
  3005. $ac_func();
  3006. #endif
  3007.  
  3008. ; return 0; }
  3009. EOF
  3010. if { (eval echo configure:3011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3011.   rm -rf conftest*
  3012.   eval "ac_cv_func_$ac_func=yes"
  3013. else
  3014.   rm -rf conftest*
  3015.   eval "ac_cv_func_$ac_func=no"
  3016. fi
  3017. rm -f conftest*
  3018.  
  3019. fi
  3020. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3021.   echo "$ac_t""yes" 1>&6
  3022.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3023.   cat >> confdefs.h <<EOF
  3024. #define $ac_tr_func 1
  3025. EOF
  3026.  
  3027. else
  3028.   echo "$ac_t""no" 1>&6
  3029. fi
  3030. done
  3031.  
  3032. for ac_func in tgetent memset strerror fchown fsync fchdir
  3033. do
  3034. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  3035. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  3036.   echo $ac_n "(cached) $ac_c" 1>&6
  3037. else
  3038.   cat > conftest.$ac_ext <<EOF
  3039. #line 3040 "configure"
  3040. #include "confdefs.h"
  3041. /* System header to define __stub macros and hopefully few prototypes,
  3042.     which can conflict with char $ac_func(); below.  */
  3043. #include <assert.h>
  3044. /* Override any gcc2 internal prototype to avoid an error.  */
  3045. /* We use char because int might match the return type of a gcc2
  3046.     builtin and then its argument prototype would still apply.  */
  3047. char $ac_func();
  3048.  
  3049. int main() { return 0; }
  3050. int t() {
  3051.  
  3052. /* The GNU C library defines this for functions which it implements
  3053.     to always fail with ENOSYS.  Some functions are actually named
  3054.     something starting with __ and the normal name is an alias.  */
  3055. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3056. choke me
  3057. #else
  3058. $ac_func();
  3059. #endif
  3060.  
  3061. ; return 0; }
  3062. EOF
  3063. if { (eval echo configure:3064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3064.   rm -rf conftest*
  3065.   eval "ac_cv_func_$ac_func=yes"
  3066. else
  3067.   rm -rf conftest*
  3068.   eval "ac_cv_func_$ac_func=no"
  3069. fi
  3070. rm -f conftest*
  3071.  
  3072. fi
  3073. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3074.   echo "$ac_t""yes" 1>&6
  3075.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3076.   cat >> confdefs.h <<EOF
  3077. #define $ac_tr_func 1
  3078. EOF
  3079.  
  3080. else
  3081.   echo "$ac_t""no" 1>&6
  3082. fi
  3083. done
  3084.  
  3085. for ac_func in setenv putenv gettimeofday getpwuid getpwnam qsort
  3086. do
  3087. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  3088. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  3089.   echo $ac_n "(cached) $ac_c" 1>&6
  3090. else
  3091.   cat > conftest.$ac_ext <<EOF
  3092. #line 3093 "configure"
  3093. #include "confdefs.h"
  3094. /* System header to define __stub macros and hopefully few prototypes,
  3095.     which can conflict with char $ac_func(); below.  */
  3096. #include <assert.h>
  3097. /* Override any gcc2 internal prototype to avoid an error.  */
  3098. /* We use char because int might match the return type of a gcc2
  3099.     builtin and then its argument prototype would still apply.  */
  3100. char $ac_func();
  3101.  
  3102. int main() { return 0; }
  3103. int t() {
  3104.  
  3105. /* The GNU C library defines this for functions which it implements
  3106.     to always fail with ENOSYS.  Some functions are actually named
  3107.     something starting with __ and the normal name is an alias.  */
  3108. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  3109. choke me
  3110. #else
  3111. $ac_func();
  3112. #endif
  3113.  
  3114. ; return 0; }
  3115. EOF
  3116. if { (eval echo configure:3117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3117.   rm -rf conftest*
  3118.   eval "ac_cv_func_$ac_func=yes"
  3119. else
  3120.   rm -rf conftest*
  3121.   eval "ac_cv_func_$ac_func=no"
  3122. fi
  3123. rm -f conftest*
  3124.  
  3125. fi
  3126. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  3127.   echo "$ac_t""yes" 1>&6
  3128.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  3129.   cat >> confdefs.h <<EOF
  3130. #define $ac_tr_func 1
  3131. EOF
  3132.  
  3133. else
  3134.   echo "$ac_t""no" 1>&6
  3135. fi
  3136. done
  3137.  
  3138.  
  3139. echo $ac_n "checking for rename""... $ac_c" 1>&6
  3140. cat > conftest.$ac_ext <<EOF
  3141. #line 3142 "configure"
  3142. #include "confdefs.h"
  3143. #include <stdio.h>
  3144. int main() { return 0; }
  3145. int t() {
  3146. rename("this", "that")
  3147. ; return 0; }
  3148. EOF
  3149. if { (eval echo configure:3150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  3150.   rm -rf conftest*
  3151.   echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
  3152. #define HAVE_RENAME 1
  3153. EOF
  3154.  
  3155. else
  3156.   rm -rf conftest*
  3157.   echo "$ac_t""no" 1>&6
  3158. fi
  3159. rm -f conftest*
  3160.  
  3161.  
  3162. echo $ac_n "checking size of int""... $ac_c" 1>&6
  3163. if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
  3164.   echo $ac_n "(cached) $ac_c" 1>&6
  3165. else
  3166.   if test "$cross_compiling" = yes; then
  3167.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  3168. else
  3169. cat > conftest.$ac_ext <<EOF
  3170. #line 3171 "configure"
  3171. #include "confdefs.h"
  3172. #include <stdio.h>
  3173. main()
  3174. {
  3175.   FILE *f=fopen("conftestval", "w");
  3176.   if (!f) exit(1);
  3177.   fprintf(f, "%d\n", sizeof(int));
  3178.   exit(0);
  3179. }
  3180. EOF
  3181. { (eval echo configure:3182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  3182. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  3183.   ac_cv_sizeof_int=`cat conftestval`
  3184. else
  3185.   ac_cv_sizeof_int=0
  3186. fi
  3187. fi
  3188. rm -fr conftest*
  3189. fi
  3190. echo "$ac_t""$ac_cv_sizeof_int" 1>&6
  3191. cat >> confdefs.h <<EOF
  3192. #define SIZEOF_INT $ac_cv_sizeof_int
  3193. EOF
  3194.  
  3195.  
  3196.  
  3197. echo $ac_n "checking whether memmove/bcopy/memcpy handle overlaps""... $ac_c" 1>&6
  3198. bcopy_test_prog='
  3199. main() {
  3200.   char buf[10];
  3201.   strcpy(buf, "abcdefghi");
  3202.   bcopy(buf, buf + 2, 3);
  3203.   if (strncmp(buf, "ababcf", 6))
  3204.     exit(1);
  3205.   strcpy(buf, "abcdefghi");
  3206.   bcopy(buf + 2, buf, 3);
  3207.   if (strncmp(buf, "cdedef", 6))
  3208.     exit(1);
  3209.   exit(0); /* libc version works properly.  */
  3210. }'
  3211.  
  3212.  
  3213. if test "$cross_compiling" = yes; then
  3214.   { echo "configure: error: failed to compile test program" 1>&2; exit 1; }
  3215. else
  3216. cat > conftest.$ac_ext <<EOF
  3217. #line 3218 "configure"
  3218. #include "confdefs.h"
  3219. #define bcopy(s,d,l) memmove(d,s,l) $bcopy_test_prog
  3220. EOF
  3221. { (eval echo configure:3222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  3222. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  3223.   cat >> confdefs.h <<\EOF
  3224. #define USEMEMMOVE 1
  3225. EOF
  3226.  echo "$ac_t""memmove does" 1>&6
  3227. else
  3228.   if test "$cross_compiling" = yes; then
  3229.   { echo "configure: error: failed to compile test program" 1>&2; exit 1; }
  3230. else
  3231. cat > conftest.$ac_ext <<EOF
  3232. #line 3233 "configure"
  3233. #include "confdefs.h"
  3234. $bcopy_test_prog
  3235. EOF
  3236. { (eval echo configure:3237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  3237. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  3238.   cat >> confdefs.h <<\EOF
  3239. #define USEBCOPY 1
  3240. EOF
  3241.  echo "$ac_t""bcopy does" 1>&6
  3242. else
  3243.   if test "$cross_compiling" = yes; then
  3244.   { echo "configure: error: failed to compile test program" 1>&2; exit 1; }
  3245. else
  3246. cat > conftest.$ac_ext <<EOF
  3247. #line 3248 "configure"
  3248. #include "confdefs.h"
  3249. #define bcopy(s,d,l) memcpy(d,s,l)  $bcopy_test_prog
  3250. EOF
  3251. { (eval echo configure:3252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  3252. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  3253.   cat >> confdefs.h <<\EOF
  3254. #define USEMEMCPY 1
  3255. EOF
  3256.  echo "$ac_t""memcpy does" 1>&6
  3257. else
  3258.   echo "$ac_t""no" 1>&6
  3259. fi
  3260. fi
  3261. rm -fr conftest*
  3262. fi
  3263. fi
  3264. rm -fr conftest*
  3265. fi
  3266. fi
  3267. rm -fr conftest* 
  3268.  
  3269. echo $ac_n "checking how to create tags""... $ac_c" 1>&6
  3270. test -f tags && mv tags tags.save
  3271. (eval etags       /dev/null) < /dev/null 1>&5 2>&1 && CTAGS="etags"
  3272. (eval etags -c    /dev/null) < /dev/null 1>&5 2>&1 && CTAGS="etags -c"
  3273. (eval ctags       /dev/null) < /dev/null 1>&5 2>&1 && CTAGS="ctags"
  3274. (eval ctags -t    /dev/null) < /dev/null 1>&5 2>&1 && CTAGS="ctags -t"
  3275. (eval ctags -ts   /dev/null) < /dev/null 1>&5 2>&1 && CTAGS="ctags -ts"
  3276. (eval ctags -tvs  /dev/null) < /dev/null 1>&5 2>&1 && CTAGS="ctags -tvs"
  3277. (eval ctags -i+t  /dev/null) < /dev/null 1>&5 2>&1 && CTAGS="ctags -i+t"
  3278. test -f tags.save && mv tags.save tags
  3279. echo "$ac_t""$CTAGS" 1>&6 
  3280.  
  3281. echo $ac_n "checking for default location to put help files""... $ac_c" 1>&6
  3282. if test "x$prefix" = xNONE; then
  3283.    tt=$ac_default_prefix
  3284. else
  3285.    tt=$prefix
  3286. fi
  3287. if test -d "$tt""/share"; then
  3288.    HELPDIR="/share"
  3289. else
  3290.    HELPDIR="/lib"
  3291. fi
  3292. echo "$ac_t"""$tt""$HELPDIR"" 1>&6 
  3293.  
  3294. trap '' 1 2 15
  3295. cat > confcache <<\EOF
  3296. # This file is a shell script that caches the results of configure
  3297. # tests run on this system so they can be shared between configure
  3298. # scripts and configure runs.  It is not useful on other systems.
  3299. # If it contains results you don't want to keep, you may remove or edit it.
  3300. #
  3301. # By default, configure uses ./config.cache as the cache file,
  3302. # creating it if it does not exist already.  You can give configure
  3303. # the --cache-file=FILE option to use a different cache file; that is
  3304. # what configure does when it calls configure scripts in
  3305. # subdirectories, so they share the cache.
  3306. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  3307. # config.status only pays attention to the cache file if you give it the
  3308. # --recheck option to rerun configure.
  3309. #
  3310. EOF
  3311. # Ultrix sh set writes to stderr and can't be redirected directly,
  3312. # and sets the high bit in the cache file unless we assign to the vars.
  3313. (set) 2>&1 |
  3314.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  3315.   >> confcache
  3316. if cmp -s $cache_file confcache; then
  3317.   :
  3318. else
  3319.   if test -w $cache_file; then
  3320.     echo "updating cache $cache_file"
  3321.     cat confcache > $cache_file
  3322.   else
  3323.     echo "not updating unwritable cache $cache_file"
  3324.   fi
  3325. fi
  3326. rm -f confcache
  3327.  
  3328. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  3329.  
  3330. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  3331. # Let make expand exec_prefix.
  3332. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  3333.  
  3334. # Any assignment to VPATH causes Sun make to only execute
  3335. # the first set of double-colon rules, so remove it if not needed.
  3336. # If there is a colon in the path, we need to keep it.
  3337. if test "x$srcdir" = x.; then
  3338.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  3339. fi
  3340.  
  3341. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  3342.  
  3343. DEFS=-DHAVE_CONFIG_H
  3344.  
  3345. # Without the "./", some shells look in PATH for config.status.
  3346. : ${CONFIG_STATUS=./config.status}
  3347.  
  3348. echo creating $CONFIG_STATUS
  3349. rm -f $CONFIG_STATUS
  3350. cat > $CONFIG_STATUS <<EOF
  3351. #! /bin/sh
  3352. # Generated automatically by configure.
  3353. # Run this file to recreate the current configuration.
  3354. # This directory was configured as follows,
  3355. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3356. #
  3357. # $0 $ac_configure_args
  3358. #
  3359. # Compiler output produced by configure, useful for debugging
  3360. # configure, is in ./config.log if it exists.
  3361.  
  3362. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  3363. for ac_option
  3364. do
  3365.   case "\$ac_option" in
  3366.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  3367.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  3368.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  3369.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  3370.     echo "$CONFIG_STATUS generated by autoconf version 2.10"
  3371.     exit 0 ;;
  3372.   -help | --help | --hel | --he | --h)
  3373.     echo "\$ac_cs_usage"; exit 0 ;;
  3374.   *) echo "\$ac_cs_usage"; exit 1 ;;
  3375.   esac
  3376. done
  3377.  
  3378. ac_given_srcdir=$srcdir
  3379.  
  3380. trap 'rm -fr `echo "config.mk config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  3381. EOF
  3382. cat >> $CONFIG_STATUS <<EOF
  3383.  
  3384. # Protect against being on the right side of a sed subst in config.status.
  3385. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  3386.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  3387. $ac_vpsub
  3388. $extrasub
  3389. s%@CFLAGS@%$CFLAGS%g
  3390. s%@CPPFLAGS@%$CPPFLAGS%g
  3391. s%@CXXFLAGS@%$CXXFLAGS%g
  3392. s%@DEFS@%$DEFS%g
  3393. s%@LDFLAGS@%$LDFLAGS%g
  3394. s%@LIBS@%$LIBS%g
  3395. s%@exec_prefix@%$exec_prefix%g
  3396. s%@prefix@%$prefix%g
  3397. s%@program_transform_name@%$program_transform_name%g
  3398. s%@bindir@%$bindir%g
  3399. s%@sbindir@%$sbindir%g
  3400. s%@libexecdir@%$libexecdir%g
  3401. s%@datadir@%$datadir%g
  3402. s%@sysconfdir@%$sysconfdir%g
  3403. s%@sharedstatedir@%$sharedstatedir%g
  3404. s%@localstatedir@%$localstatedir%g
  3405. s%@libdir@%$libdir%g
  3406. s%@includedir@%$includedir%g
  3407. s%@oldincludedir@%$oldincludedir%g
  3408. s%@infodir@%$infodir%g
  3409. s%@mandir@%$mandir%g
  3410. s%@SET_MAKE@%$SET_MAKE%g
  3411. s%@CC@%$CC%g
  3412. s%@CPP@%$CPP%g
  3413. s%@CPP_MM@%$CPP_MM%g
  3414. s%@xmkmfpath@%$xmkmfpath%g
  3415. s%@X_CFLAGS@%$X_CFLAGS%g
  3416. s%@X_PRE_LIBS@%$X_PRE_LIBS%g
  3417. s%@X_LIBS@%$X_LIBS%g
  3418. s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
  3419. s%@X_LIB@%$X_LIB%g
  3420. s%@GUI_INC_LOC@%$GUI_INC_LOC%g
  3421. s%@GUI_LIB_LOC@%$GUI_LIB_LOC%g
  3422. s%@MOTIF_COMMENT@%$MOTIF_COMMENT%g
  3423. s%@NARROW_PROTO@%$NARROW_PROTO%g
  3424. s%@ATHENA_COMMENT@%$ATHENA_COMMENT%g
  3425. s%@GUI_X_LIBS@%$GUI_X_LIBS%g
  3426. s%@CTAGS@%$CTAGS%g
  3427. s%@HELPDIR@%$HELPDIR%g
  3428.  
  3429. CEOF
  3430. EOF
  3431. cat >> $CONFIG_STATUS <<EOF
  3432.  
  3433. CONFIG_FILES=\${CONFIG_FILES-"config.mk"}
  3434. EOF
  3435. cat >> $CONFIG_STATUS <<\EOF
  3436. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  3437.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  3438.   case "$ac_file" in
  3439.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  3440.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3441.   *) ac_file_in="${ac_file}.in" ;;
  3442.   esac
  3443.  
  3444.   # Adjust relative srcdir, etc. for subdirectories.
  3445.  
  3446.   # Remove last slash and all that follows it.  Not all systems have dirname.
  3447.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3448.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3449.     # The file is in a subdirectory.
  3450.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  3451.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  3452.     # A "../" for each directory in $ac_dir_suffix.
  3453.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3454.   else
  3455.     ac_dir_suffix= ac_dots=
  3456.   fi
  3457.  
  3458.   case "$ac_given_srcdir" in
  3459.   .)  srcdir=.
  3460.       if test -z "$ac_dots"; then top_srcdir=.
  3461.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  3462.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  3463.   *) # Relative path.
  3464.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  3465.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3466.   esac
  3467.  
  3468.   echo creating "$ac_file"
  3469.   rm -f "$ac_file"
  3470.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  3471.   case "$ac_file" in
  3472.   *Makefile*) ac_comsub="1i\\
  3473. # $configure_input" ;;
  3474.   *) ac_comsub= ;;
  3475.   esac
  3476.   sed -e "$ac_comsub
  3477. s%@configure_input@%$configure_input%g
  3478. s%@srcdir@%$srcdir%g
  3479. s%@top_srcdir@%$top_srcdir%g
  3480. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  3481. fi; done
  3482. rm -f conftest.subs
  3483.  
  3484. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3485. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3486. #
  3487. # ac_d sets the value in "#define NAME VALUE" lines.
  3488. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  3489. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  3490. ac_dC='\3'
  3491. ac_dD='%g'
  3492. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  3493. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  3494. ac_uB='\([     ]\)%\1#\2define\3'
  3495. ac_uC=' '
  3496. ac_uD='\4%g'
  3497. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3498. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  3499. ac_eB='$%\1#\2define\3'
  3500. ac_eC=' '
  3501. ac_eD='%g'
  3502.  
  3503. CONFIG_HEADERS=${CONFIG_HEADERS-"config.h"}
  3504. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  3505.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  3506.   case "$ac_file" in
  3507.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  3508.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3509.   *) ac_file_in="${ac_file}.in" ;;
  3510.   esac
  3511.  
  3512.   echo creating $ac_file
  3513.  
  3514.   rm -f conftest.frag conftest.in conftest.out
  3515.   cp $ac_given_srcdir/$ac_file_in conftest.in
  3516.  
  3517. EOF
  3518.  
  3519. # Transform confdefs.h into a sed script conftest.vals that substitutes
  3520. # the proper values into config.h.in to produce config.h.  And first:
  3521. # Protect against being on the right side of a sed subst in config.status.
  3522. # Protect against being in an unquoted here document in config.status.
  3523. rm -f conftest.vals
  3524. cat > conftest.hdr <<\EOF
  3525. s/[\\&%]/\\&/g
  3526. s%[\\$`]%\\&%g
  3527. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  3528. s%ac_d%ac_u%gp
  3529. s%ac_u%ac_e%gp
  3530. EOF
  3531. sed -n -f conftest.hdr confdefs.h > conftest.vals
  3532. rm -f conftest.hdr
  3533.  
  3534. # This sed command replaces #undef with comments.  This is necessary, for
  3535. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3536. # on some systems where configure will not decide to define it.
  3537. cat >> conftest.vals <<\EOF
  3538. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  3539. EOF
  3540.  
  3541. # Break up conftest.vals because some shells have a limit on
  3542. # the size of here documents, and old seds have small limits too.
  3543. # Maximum number of lines to put in a single here document.
  3544. ac_max_here_lines=12
  3545.  
  3546. rm -f conftest.tail
  3547. while :
  3548. do
  3549.   ac_lines=`grep -c . conftest.vals`
  3550.   # grep -c gives empty output for an empty file on some AIX systems.
  3551.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  3552.   # Write a limited-size here document to conftest.frag.
  3553.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  3554.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  3555.   echo 'CEOF
  3556.   sed -f conftest.frag conftest.in > conftest.out
  3557.   rm -f conftest.in
  3558.   mv conftest.out conftest.in
  3559. ' >> $CONFIG_STATUS
  3560.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  3561.   rm -f conftest.vals
  3562.   mv conftest.tail conftest.vals
  3563. done
  3564. rm -f conftest.vals
  3565.  
  3566. cat >> $CONFIG_STATUS <<\EOF
  3567.   rm -f conftest.frag conftest.h
  3568.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  3569.   cat conftest.in >> conftest.h
  3570.   rm -f conftest.in
  3571.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  3572.     echo "$ac_file is unchanged"
  3573.     rm -f conftest.h
  3574.   else
  3575.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3576.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3577.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3578.       # The file is in a subdirectory.
  3579.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3580.     fi
  3581.     rm -f $ac_file
  3582.     mv conftest.h $ac_file
  3583.   fi
  3584. fi; done
  3585.  
  3586.  
  3587.  
  3588. exit 0
  3589. EOF
  3590. chmod +x $CONFIG_STATUS
  3591. rm -fr confdefs* $ac_clean_files
  3592. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  3593.  
  3594.